Results

By type

          2021-09-09T13:30:34.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:30:34.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:30:34.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-09T13:30:34.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@38102f1e{/10.233.65.68:40998<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@2db27342{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:34.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:30:34.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:30:34.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@2db27342::SocketChannelEndPoint@38102f1e{/10.233.65.68:40998<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@2db27342::SocketChannelEndPoint@38102f1e{/10.233.65.68:40998<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{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-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@38102f1e{/10.233.65.68:40998<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@38102f1e{/10.233.65.68:40998<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@38102f1e{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6fa08d19{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-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@455ba40d{null}
2021-09-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@389a3902
2021-09-09T13:30:34.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@38102f1e{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:34.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:34.100Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:30:34.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@38102f1e{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:34.100Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:30:34.100Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:30:34.100Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:34.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2e140644{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-09T13:30:34.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@19115db0{null}
2021-09-09T13:30:34.100Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:30:34.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5331f4f3::DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:30:34.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@5331f4f3::DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:30:34.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:30:34.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@5331f4f3::DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@41c7a23e{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:30:34.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:34.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@74dfdd50 waiting
2021-09-09T13:30:34.101Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@389a3902
2021-09-09T13:30:34.102Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@38102f1e{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:34.102Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@5331f4f3::DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-09T13:30:34.102Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@2db27342::SocketChannelEndPoint@38102f1e{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2db27342{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78960aed{/10.233.65.68:40998<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5331f4f3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@653bc57b{s=START}]=>HttpChannelOverHttp@183cc827{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:34.102Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@389a3902
2021-09-09T13:30:42.803Z||qtp978035840-21-acceptor-0@44723d95-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@22817fd1 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:30:42.803Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:30:42.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:42.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:30:42.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:30:42.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:30:42.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@22817fd1
2021-09-09T13:30:42.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@22817fd1
2021-09-09T13:30:42.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:42.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:42.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@22817fd1
2021-09-09T13:30:42.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108: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-09T13:30:42.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@7f9dd2a5
2021-09-09T13:30:42.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1e1516f3{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:30:42.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:30:42.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:30:42.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:30:42.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3e239959{AC.ReadCB@f0ce76e{HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:30:42.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:30:42.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@567c2e64{SSLC.NBReadCB@45f9d175{SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:30:42.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@5d053fa7 on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:30:42.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:30:42.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@22817fd1
2021-09-09T13:30:42.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:42.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:30:42.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:30:42.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:30:42.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@5d053fa7
2021-09-09T13:30:42.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:42.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:42.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:30:42.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:30:42.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41132], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:30:42.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:30:42.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:42.807737Z
2021-09-09T13:30:42.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:42.807822Z
2021-09-09T13:30:42.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:42.807913Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:30:42.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:42.807993Z
2021-09-09T13:30:42.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:42.808093Z tryProduce true
2021-09-09T13:30:42.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:30:42.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:42.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:42.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@567c2e64{SSLC.NBReadCB@45f9d175{SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:30:42.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3e239959{AC.ReadCB@f0ce76e{HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-09-09T13:30:42.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@1e1516f3{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:30:42.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:30:42.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7c45de0a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:42.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:30:42.811Z||qtp978035840-20|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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000}
2021-09-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000}
2021-09-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:30:42.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:30:42.812Z||qtp978035840-20|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-09T13:30:42.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:30:42.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:30:42.812Z||qtp978035840-20|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-09T13:30:42.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:30:42.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{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-09T13:30:42.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:30:42.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@b1a9272{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-09T13:30:42.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@567c2e64{null}
2021-09-09T13:30:42.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:30:42.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@272d35c
2021-09-09T13:30:42.813Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@272d35c
2021-09-09T13:30:42.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.813Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:42.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:30:42.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:30:42.814Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.814Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:30:42.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:30:42.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:42.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:30:42.814Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@45f9d175::SocketChannelEndPoint@674149d2{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.814Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@272d35c
2021-09-09T13:30:42.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@64fd6e9c{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-09T13:30:42.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3e239959{null}
2021-09-09T13:30:42.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:30:42.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:30:42.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:30:42.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@f0ce76e::DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@1e1516f3{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:30:42.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@45f9d175{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7377ce96{/10.233.65.68:41132<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@f0ce76e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@837b422{s=START}]=>HttpChannelOverHttp@ef898f2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:42.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@3e3d3c05 waiting
2021-09-09T13:30:44.091Z||qtp978035840-21-acceptor-0@44723d95-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@2b2fce76 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:30:44.091Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:30:44.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:44.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:30:44.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:30:44.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:30:44.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@2b2fce76
2021-09-09T13:30:44.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@2b2fce76
2021-09-09T13:30:44.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:44.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:44.091Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@2b2fce76
2021-09-09T13:30:44.091Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108: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-09T13:30:44.091Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@5309dce9
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@28b2a2a0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@353a09f8{AC.ReadCB@3541ddcb{HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@eae2511{SSLC.NBReadCB@2d399203{SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6fe6074d on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@2b2fce76
2021-09-09T13:30:44.092Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@6fe6074d
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41158], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:44.093503Z
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@3e3d3c05 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:44.09358Z
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:44.093648Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:30:44.093Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@3e3d3c05 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:44.093786Z
2021-09-09T13:30:44.093Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:44.093838Z tryProduce true
2021-09-09T13:30:44.093Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:30:44.093Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@eae2511{SSLC.NBReadCB@2d399203{SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:30:44.093Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.093Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:44.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@353a09f8{AC.ReadCB@3541ddcb{HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-09T13:30:44.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@28b2a2a0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:30:44.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:30:44.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@211d095f[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:44.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:30:44.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:44.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:30:44.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{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-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}
2021-09-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@48a67657{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-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@eae2511{null}
2021-09-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:30:44.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@468e6f21
2021-09-09T13:30:44.098Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@468e6f21
2021-09-09T13:30:44.098Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:44.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:30:44.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:30:44.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:30:44.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:44.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:30:44.099Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.099Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:30:44.099Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@2d399203::SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.099Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@468e6f21
2021-09-09T13:30:44.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4066e588{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@78e48e89{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-09T13:30:44.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@353a09f8{null}
2021-09-09T13:30:44.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:30:44.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:30:44.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:30:44.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3541ddcb::DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@28b2a2a0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:30:44.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2d399203{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f0f566c{/10.233.65.68:41158<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@3541ddcb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@8201dfe{s=START}]=>HttpChannelOverHttp@4b6a6149{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:44.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@74dfdd50 waiting
2021-09-09T13:30:52.803Z||qtp978035840-21-acceptor-0@44723d95-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@622e479 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:30:52.803Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:30:52.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:52.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:30:52.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:30:52.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:30:52.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@622e479
2021-09-09T13:30:52.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@622e479
2021-09-09T13:30:52.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:52.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:52.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@622e479
2021-09-09T13:30:52.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108: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-09T13:30:52.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@4a6da38d
2021-09-09T13:30:52.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@5193d614{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:30:52.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:30:52.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2a368918{AC.ReadCB@76456660{HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@779d8c58{SSLC.NBReadCB@269d1be9{SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@39919311 on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:30:52.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:30:52.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:52.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@39919311
2021-09-09T13:30:52.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:52.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@622e479
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41286], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:52.806733Z
2021-09-09T13:30:52.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:52.806879Z
2021-09-09T13:30:52.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:52.807044Z
2021-09-09T13:30:52.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:52.806984Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:30:52.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:52.807127Z tryProduce true
2021-09-09T13:30:52.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:30:52.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:52.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@779d8c58{SSLC.NBReadCB@269d1be9{SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:30:52.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:52.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2a368918{AC.ReadCB@76456660{HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-09T13:30:52.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@5193d614{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:30:52.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:30:52.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@69ccd434[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:52.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:30:52.810Z||qtp978035840-20|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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:52.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@76456660[p=HttpParser{s=START,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:30:52.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:52.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:52.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:52.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:30:52.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:30:52.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:30:52.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:30:52.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:30:52.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:30:52.811Z||qtp978035840-20|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-09T13:30:52.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:30:52.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:30:52.811Z||qtp978035840-20|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-09T13:30:52.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:30:52.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{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-09T13:30:52.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:30:52.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7d301262{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-09T13:30:52.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@779d8c58{null}
2021-09-09T13:30:52.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:30:52.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@72b60ad6
2021-09-09T13:30:52.813Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@72b60ad6
2021-09-09T13:30:52.813Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:52.813Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:30:52.813Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:30:52.813Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:30:52.813Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:52.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.813Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:30:52.813Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.813Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:30:52.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.813Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@269d1be9::SocketChannelEndPoint@68261681{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@16843376{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-09T13:30:52.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2a368918{null}
2021-09-09T13:30:52.813Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@72b60ad6
2021-09-09T13:30:52.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:30:52.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:30:52.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:30:52.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@76456660::DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@5193d614{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:30:52.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@269d1be9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9595ba0{/10.233.65.68:41286<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@76456660[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@65dad0c1{s=START}]=>HttpChannelOverHttp@7d55bbaa{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:52.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@3e3d3c05 waiting
2021-09-09T13:30:54.091Z||qtp978035840-21-acceptor-0@44723d95-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@78c8a36e on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:30:54.091Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:30:54.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:54.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:30:54.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:30:54.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:30:54.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@78c8a36e
2021-09-09T13:30:54.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@78c8a36e
2021-09-09T13:30:54.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:54.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:54.091Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@78c8a36e
2021-09-09T13:30:54.091Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108: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-09T13:30:54.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@2318867
2021-09-09T13:30:54.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4cc157d5{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:30:54.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:30:54.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@46210841{AC.ReadCB@42bd9c9a{HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@68d60553{SSLC.NBReadCB@7a519b0b{SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1e294281 on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:30:54.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:54.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:30:54.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:30:54.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@78c8a36e
2021-09-09T13:30:54.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@1e294281
2021-09-09T13:30:54.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:54.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:54.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:30:54.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:30:54.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41318], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:30:54.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:30:54.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:54.094398Z
2021-09-09T13:30:54.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@3e3d3c05 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:54.094488Z
2021-09-09T13:30:54.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:54.094576Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:30:54.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@3e3d3c05 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:54.094652Z
2021-09-09T13:30:54.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:30:54.094759Z tryProduce true
2021-09-09T13:30:54.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:30:54.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:54.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@68d60553{SSLC.NBReadCB@7a519b0b{SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:30:54.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:30:54.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@46210841{AC.ReadCB@42bd9c9a{HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-09T13:30:54.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@4cc157d5{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:30:54.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:30:54.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@4a95eb8d[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:54.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:30:54.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:54.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:30:54.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:54.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:54.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:30:54.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:30:54.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:30:54.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:30:54.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:30:54.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:30:54.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:30:54.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-09T13:30:54.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:30:54.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:30:54.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-09T13:30:54.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:30:54.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{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-09T13:30:54.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:30:54.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7fd77299{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-09T13:30:54.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@68d60553{null}
2021-09-09T13:30:54.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:30:54.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@231b3b2c
2021-09-09T13:30:54.101Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@231b3b2c
2021-09-09T13:30:54.101Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:30:54.101Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:30:54.101Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:30:54.101Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:30:54.101Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:30:54.101Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:30:54.101Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.101Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:30:54.102Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@7a519b0b::SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.102Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@231b3b2c
2021-09-09T13:30:54.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@67a138a2{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4338938b{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-09T13:30:54.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@46210841{null}
2021-09-09T13:30:54.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:30:54.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:30:54.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:30:54.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@42bd9c9a::DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@4cc157d5{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:30:54.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a519b0b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@22cb1f06{/10.233.65.68:41318<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@42bd9c9a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@189868{s=START}]=>HttpChannelOverHttp@7dc8b39d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:30:54.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@74dfdd50 waiting
2021-09-09T13:31:02.803Z||qtp978035840-21-acceptor-0@44723d95-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@511e3451 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:31:02.803Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:31:02.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:02.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:02.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:02.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:02.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@511e3451
2021-09-09T13:31:02.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@511e3451
2021-09-09T13:31:02.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:02.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:02.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@511e3451
2021-09-09T13:31:02.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108: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-09T13:31:02.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@141e3624
2021-09-09T13:31:02.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4043acf4{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:31:02.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:02.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2d063894{AC.ReadCB@25890dce{HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@400ca787{SSLC.NBReadCB@7e95d1c3{SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@10c76d8c on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:31:02.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:31:02.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@511e3451
2021-09-09T13:31:02.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:02.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:02.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@10c76d8c
2021-09-09T13:31:02.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:02.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:02.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:31:02.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41454], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:02.806281Z
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:02.806379Z
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:02.806445Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:31:02.806Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:02.806514Z
2021-09-09T13:31:02.806Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:02.806616Z tryProduce true
2021-09-09T13:31:02.806Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:02.806Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@400ca787{SSLC.NBReadCB@7e95d1c3{SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:02.806Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.806Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2d063894{AC.ReadCB@25890dce{HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-09-09T13:31:02.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4043acf4{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:02.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:31:02.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@64b89aaa[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:02.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:31:02.809Z||qtp978035840-20|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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:02.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@25890dce[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:31:02.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=4/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:02.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:02.810Z||qtp978035840-20|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-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:02.810Z||qtp978035840-20|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-09T13:31:02.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{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-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}
2021-09-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@261acc51{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-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@400ca787{null}
2021-09-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@11b25467
2021-09-09T13:31:02.811Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:02.811Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:02.811Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:31:02.811Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:02.811Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@11b25467
2021-09-09T13:31:02.811Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:02.812Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:31:02.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.812Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@393befbf{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-09T13:31:02.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2d063894{null}
2021-09-09T13:31:02.812Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:31:02.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:31:02.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:31:02.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:31:02.812Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@7e95d1c3::SocketChannelEndPoint@a7e103a{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@25890dce::DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@4043acf4{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:02.812Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@11b25467
2021-09-09T13:31:02.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7e95d1c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3ac68456{/10.233.65.68:41454<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@25890dce[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70ff0e73{s=START}]=>HttpChannelOverHttp@f7a97b3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:02.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@3e3d3c05 waiting
2021-09-09T13:31:04.091Z||qtp978035840-21-acceptor-0@44723d95-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@4971c7a on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:31:04.091Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:31:04.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:04.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:04.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:04.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:04.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@4971c7a
2021-09-09T13:31:04.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@4971c7a
2021-09-09T13:31:04.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:04.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:04.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@4971c7a
2021-09-09T13:31:04.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108: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-09T13:31:04.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@141b2ae3
2021-09-09T13:31:04.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@701f67fe{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:31:04.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:04.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:31:04.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:31:04.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@29b1378c{AC.ReadCB@3d1e072c{HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:31:04.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:31:04.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@64db62f1{SSLC.NBReadCB@b5acb08{SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:04.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@3904f7e9 on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:04.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:04.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@4971c7a
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@3904f7e9
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41474], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:31:04.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:04.095099Z
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@3e3d3c05 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:04.095178Z
2021-09-09T13:31:04.095Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@3e3d3c05 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:04.095325Z
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:04.095247Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:31:04.095Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:04.095409Z tryProduce true
2021-09-09T13:31:04.095Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:04.095Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@64db62f1{SSLC.NBReadCB@b5acb08{SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.095Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.095Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@29b1378c{AC.ReadCB@3d1e072c{HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@701f67fe{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:31:04.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@62133c03[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:04.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:04.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{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-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}
2021-09-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@18aba936{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-09T13:31:04.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@64db62f1{null}
2021-09-09T13:31:04.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:04.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1f08c563
2021-09-09T13:31:04.100Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:04.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.100Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1f08c563
2021-09-09T13:31:04.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.100Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:04.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@1f930cb1{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-09T13:31:04.100Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.100Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:31:04.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@29b1378c{null}
2021-09-09T13:31:04.100Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:31:04.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:31:04.100Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:04.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:31:04.101Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@b5acb08::SocketChannelEndPoint@5ab642f4{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:31:04.101Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1f08c563
2021-09-09T13:31:04.101Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:04.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@3d1e072c::DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@701f67fe{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:04.101Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:31:04.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@b5acb08{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@185627e2{/10.233.65.68:41474<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@3d1e072c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@229a94b6{s=START}]=>HttpChannelOverHttp@4c3f59ae{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:04.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@74dfdd50 waiting
2021-09-09T13:31:12.803Z||qtp978035840-21-acceptor-0@44723d95-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@150721bd on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:31:12.803Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:31:12.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:12.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:12.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:12.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:12.803Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@150721bd
2021-09-09T13:31:12.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@150721bd
2021-09-09T13:31:12.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:12.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:12.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@150721bd
2021-09-09T13:31:12.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108: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-09T13:31:12.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@49d2c75
2021-09-09T13:31:12.804Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@9633583{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:31:12.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:12.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:31:12.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:31:12.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5a140e15{AC.ReadCB@64705e5e{HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:31:12.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:31:12.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3c7039a7{SSLC.NBReadCB@182365d{SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:12.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2cd0d0aa on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:12.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@2cd0d0aa
2021-09-09T13:31:12.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@150721bd
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:31:12.806Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41608], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:12.807209Z
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:12.807297Z
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:12.80736Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:31:12.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:12.80743Z
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3c7039a7{SSLC.NBReadCB@182365d{SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:12.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:12.807533Z tryProduce true
2021-09-09T13:31:12.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:12.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.807Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5a140e15{AC.ReadCB@64705e5e{HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@9633583{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:31:12.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@697e60d3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:12.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:31:12.810Z||qtp978035840-20|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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@64705e5e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:31:12.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:12.810Z||qtp978035840-20|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-09T13:31:12.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:31:12.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:12.811Z||qtp978035840-20|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-09T13:31:12.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:31:12.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{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-09T13:31:12.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}
2021-09-09T13:31:12.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6a6c00f7{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-09T13:31:12.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3c7039a7{null}
2021-09-09T13:31:12.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:12.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@c4c4c12
2021-09-09T13:31:12.812Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:12.812Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:12.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.812Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@c4c4c12
2021-09-09T13:31:12.812Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:31:12.812Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:12.812Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:12.812Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:31:12.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.812Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@27eecbfc{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-09T13:31:12.812Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:31:12.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5a140e15{null}
2021-09-09T13:31:12.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:31:12.813Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@182365d::SocketChannelEndPoint@18437571{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:31:12.813Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@c4c4c12
2021-09-09T13:31:12.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:31:12.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@64705e5e::DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@9633583{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:12.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@182365d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a88315e{/10.233.65.68:41608<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@64705e5e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4a4be5f2{s=START}]=>HttpChannelOverHttp@210883fe{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:12.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@3e3d3c05 waiting
2021-09-09T13:31:14.091Z||qtp978035840-21-acceptor-0@44723d95-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@286923a0 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:31:14.091Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:31:14.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:14.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:14.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:14.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:14.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@286923a0
2021-09-09T13:31:14.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@286923a0
2021-09-09T13:31:14.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:14.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:14.091Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@286923a0
2021-09-09T13:31:14.091Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108: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-09T13:31:14.091Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6f60b869
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6e01b074{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@51c89afe{AC.ReadCB@4c8ee2d{HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1232af6c{SSLC.NBReadCB@480b8249{SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6bf7ea9 on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:14.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:31:14.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:14.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@286923a0
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@6bf7ea9
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41642], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:14.093834Z
2021-09-09T13:31:14.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@3e3d3c05 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:14.093912Z
2021-09-09T13:31:14.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@3e3d3c05 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:14.094032Z
2021-09-09T13:31:14.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:14.09398Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:31:14.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:14.094127Z tryProduce true
2021-09-09T13:31:14.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:14.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:14.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1232af6c{SSLC.NBReadCB@480b8249{SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:14.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.094Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:14.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@51c89afe{AC.ReadCB@4c8ee2d{HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-09T13:31:14.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@6e01b074{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:14.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.094Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:31:14.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@213c3fd8[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:14.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:31:14.097Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:14.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-09T13:31:14.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:31:14.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{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-09T13:31:14.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}
2021-09-09T13:31:14.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7846c541{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-09T13:31:14.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1232af6c{null}
2021-09-09T13:31:14.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:14.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7fb7b87c
2021-09-09T13:31:14.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:14.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:14.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:31:14.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:14.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:14.099Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:31:14.099Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7fb7b87c
2021-09-09T13:31:14.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.099Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@45d58706{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-09T13:31:14.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@51c89afe{null}
2021-09-09T13:31:14.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:31:14.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:31:14.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:31:14.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@6e01b074{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:14.100Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@74dfdd50 waiting
2021-09-09T13:31:14.100Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@4c8ee2d::DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:31:14.100Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@480b8249::SocketChannelEndPoint@4f4deb5b{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@480b8249{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e369dda{/10.233.65.68:41642<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4c8ee2d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32290edf{s=START}]=>HttpChannelOverHttp@5093939e{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:14.100Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7fb7b87c
2021-09-09T13:31:22.804Z||qtp978035840-21-acceptor-0@44723d95-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@8753640 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:31:22.805Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:31:22.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:22.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:22.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:22.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:22.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@8753640
2021-09-09T13:31:22.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@8753640
2021-09-09T13:31:22.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:22.805Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:22.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@8753640
2021-09-09T13:31:22.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108: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-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@43bf0130
2021-09-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@63731d5f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7760c107{AC.ReadCB@58fe3680{HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:31:22.806Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5e03b35d{SSLC.NBReadCB@5bed10d3{SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:22.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6d5b5bc6 on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:22.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:31:22.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@8753640
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@6d5b5bc6
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41770], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:22.807873Z
2021-09-09T13:31:22.807Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:22.807968Z
2021-09-09T13:31:22.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:22.80803Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:31:22.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:22.808115Z
2021-09-09T13:31:22.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:22.808183Z tryProduce true
2021-09-09T13:31:22.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5e03b35d{SSLC.NBReadCB@5bed10d3{SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:22.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:22.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:22.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.808Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:22.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7760c107{AC.ReadCB@58fe3680{HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-09T13:31:22.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@63731d5f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:22.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:31:22.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@376d9bd4[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:22.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:31:22.811Z||qtp978035840-20|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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:22.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@58fe3680[p=HttpParser{s=START,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:31:22.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:22.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:22.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:22.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:31:22.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=5/30000}
2021-09-09T13:31:22.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000}
2021-09-09T13:31:22.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:31:22.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:31:22.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:22.812Z||qtp978035840-20|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-09T13:31:22.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:31:22.812Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:22.812Z||qtp978035840-20|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-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{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-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}
2021-09-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@59af7df7{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-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5e03b35d{null}
2021-09-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:22.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@84fec15
2021-09-09T13:31:22.814Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@84fec15
2021-09-09T13:31:22.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:22.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:22.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:31:22.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:22.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:22.814Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:31:22.814Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.814Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:31:22.814Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@5bed10d3::SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@39a1d4b7{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.814Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@84fec15
2021-09-09T13:31:22.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@57e50729{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-09T13:31:22.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7760c107{null}
2021-09-09T13:31:22.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:31:22.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:31:22.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:31:22.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@58fe3680::DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@63731d5f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:22.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5bed10d3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54c07f1c{/10.233.65.68:41770<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@58fe3680[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@c82bc2d{s=START}]=>HttpChannelOverHttp@7ebfa5e1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:22.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@3e3d3c05 waiting
2021-09-09T13:31:24.091Z||qtp978035840-21-acceptor-0@44723d95-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@343d8ff8 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:31:24.092Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:31:24.092Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:24.092Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:24.092Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:24.092Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:24.092Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@343d8ff8
2021-09-09T13:31:24.092Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@343d8ff8
2021-09-09T13:31:24.092Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:24.092Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:24.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@343d8ff8
2021-09-09T13:31:24.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108: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-09T13:31:24.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6990ad50
2021-09-09T13:31:24.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@39e39ad0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:31:24.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:24.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:31:24.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:31:24.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@361e0851{AC.ReadCB@55754a91{HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:31:24.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:31:24.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.094Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@49c0fdc1{SSLC.NBReadCB@4a0296c0{SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:24.095Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.095Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@17aad6af on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:24.095Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@17aad6af
2021-09-09T13:31:24.095Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:24.095Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@343d8ff8
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41802], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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=1652]@2021-09-09T13:31:24.095721Z
2021-09-09T13:31:24.095Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@3e3d3c05 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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=1652]@2021-09-09T13:31:24.095808Z
2021-09-09T13:31:24.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:24.095963Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:31:24.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@49c0fdc1{SSLC.NBReadCB@4a0296c0{SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:24.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.096Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@3e3d3c05 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:24.096092Z
2021-09-09T13:31:24.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@361e0851{AC.ReadCB@55754a91{HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-09-09T13:31:24.096Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:24.096496Z tryProduce true
2021-09-09T13:31:24.096Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:24.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@39e39ad0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:24.096Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:24.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.096Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:31:24.096Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.098Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:24.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@4bf503ad[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:24.098Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:31:24.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:24.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@55754a91[p=HttpParser{s=START,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:31:24.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:24.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:24.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:24.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:31:24.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000}
2021-09-09T13:31:24.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000}
2021-09-09T13:31:24.100Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:31:24.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:31:24.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:24.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2021-09-09T13:31:24.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:31:24.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:24.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2021-09-09T13:31:24.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:31:24.101Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{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-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@94326f7{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-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@49c0fdc1{null}
2021-09-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@60c76d6e
2021-09-09T13:31:24.102Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@60c76d6e
2021-09-09T13:31:24.102Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.102Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:24.102Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:31:24.102Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:24.102Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:24.102Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:31:24.102Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.103Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@58bcc897{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-09T13:31:24.103Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@361e0851{null}
2021-09-09T13:31:24.103Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:31:24.103Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:31:24.103Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.103Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:31:24.103Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}
2021-09-09T13:31:24.103Z||qtp978035840-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@55754a91::DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@39e39ad0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:24.103Z||qtp978035840-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@4a0296c0::SocketChannelEndPoint@7c9ac757{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.103Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@4a0296c0{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@13694795{/10.233.65.68:41802<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@55754a91[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@130e35fa{s=START}]=>HttpChannelOverHttp@6e5e36c1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:24.103Z||qtp978035840-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@60c76d6e
2021-09-09T13:31:24.103Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@74dfdd50 waiting
2021-09-09T13:31:32.804Z||qtp978035840-21-acceptor-0@44723d95-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@181b4a0b on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:31:32.804Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:31:32.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:32.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:32.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:32.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:32.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@181b4a0b
2021-09-09T13:31:32.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@181b4a0b
2021-09-09T13:31:32.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:32.804Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:32.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@181b4a0b
2021-09-09T13:31:32.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108: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-09T13:31:32.805Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@5387eee
2021-09-09T13:31:32.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@a8628d1{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:31:32.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:31:32.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:31:32.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=1/30000}
2021-09-09T13:31:32.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@57d5f0f0{AC.ReadCB@4c8ff861{HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:31:32.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:31:32.807Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.808Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@64aa569b{SSLC.NBReadCB@1fdc357b{SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:32.808Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.808Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1a23d098 on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:32.808Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:32.808Z||qtp978035840-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.808Z||qtp978035840-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@181b4a0b
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@1a23d098
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:31:32.808Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41932], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:31:32.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:31:32.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/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=1653]@2021-09-09T13:31:32.809401Z
2021-09-09T13:31:32.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/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=1653]@2021-09-09T13:31:32.809615Z
2021-09-09T13:31:32.809Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=1/2,p=0}@74dfdd50 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:32.809858Z
2021-09-09T13:31:32.809Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:32.809808Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-09-09T13:31:32.809Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/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-09T13:31:32.809952Z tryProduce true
2021-09-09T13:31:32.809Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:32.810Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:32.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@64aa569b{SSLC.NBReadCB@1fdc357b{SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:32.810Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.810Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:32.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@57d5f0f0{AC.ReadCB@4c8ff861{HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-09-09T13:31:32.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@a8628d1{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:32.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2021-09-09T13:31:32.810Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@2eef1199[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:32.811Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2021-09-09T13:31:32.813Z||qtp978035840-20|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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2021-09-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13343dc0[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2021-09-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000}
2021-09-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=6/30000}
2021-09-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2021-09-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-09-09T13:31:32.813Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:32.813Z||qtp978035840-20|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-09T13:31:32.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2021-09-09T13:31:32.814Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2021-09-09T13:31:32.814Z||qtp978035840-20|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-09T13:31:32.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2021-09-09T13:31:32.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{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-09T13:31:32.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}
2021-09-09T13:31:32.815Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.816Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.816Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.816Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@59b76f15{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-09T13:31:32.816Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@64aa569b{null}
2021-09-09T13:31:32.816Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:32.816Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2614e745
2021-09-09T13:31:32.816Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2614e745
2021-09-09T13:31:32.816Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.816Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:32.816Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:32.816Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 0 updates
2021-09-09T13:31:32.816Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2021-09-09T13:31:32.816Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:32.816Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 0 keys
2021-09-09T13:31:32.816Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.816Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@465002e8{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-09T13:31:32.817Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@57d5f0f0{null}
2021-09-09T13:31:32.817Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.817Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-09-09T13:31:32.817Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-09T13:31:32.817Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-09T13:31:32.817Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000}
2021-09-09T13:31:32.817Z||qtp978035840-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4c8ff861::DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@a8628d1{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2021-09-09T13:31:32.817Z||qtp978035840-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.817Z||qtp978035840-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@1fdc357b::SocketChannelEndPoint@7421e194{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1fdc357b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71d05a3e{/10.233.65.68:41932<->/10.233.65.108:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@4c8ff861[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6cae9d14{s=START}]=>HttpChannelOverHttp@46e2bc4f{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:32.817Z||qtp978035840-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@2b8d084{s=2/2,p=0}@3e3d3c05 waiting
2021-09-09T13:31:32.817Z||qtp978035840-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2614e745
2021-09-09T13:31:34.091Z||qtp978035840-21-acceptor-0@44723d95-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@798e1e8b on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2021-09-09T13:31:34.091Z||qtp978035840-21-acceptor-0@44723d95-ServerConnector@64138b0c{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2021-09-09T13:31:34.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:34.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/0 selected
2021-09-09T13:31:34.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:34.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:34.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@798e1e8b
2021-09-09T13:31:34.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@798e1e8b
2021-09-09T13:31:34.091Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:34.092Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@798e1e8b
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108: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-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@33f35229
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@59f65b4{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@2c540d34::DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@4d5d774a::SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@2c540d34::DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@2c540d34::DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@668768f8{AC.ReadCB@2c540d34{HttpConnection@2c540d34::DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@4d5d774a::SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.65.108:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:34.092Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6a36f4b1{SSLC.NBReadCB@4d5d774a{SslConnection@4d5d774a::SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2021-09-09T13:31:34.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:34.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4cf7299a on ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2021-09-09T13:31:34.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2021-09-09T13:31:34.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken with none selected
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 0/0/1 selected
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 0 keys, 1 updates
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4cf7299a
2021-09-09T13:31:34.093Z||qtp978035840-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@798e1e8b
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 waiting with 1 keys
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 woken up from select, 1/1/1 selected
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3cea607 processing 1 keys, 0 updates
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.108:8000 remote=/10.233.65.68:41966], selector=sun.nio.ch.EPollSelectorImpl@3cea607, interestOps=1, readyOps=1 SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2021-09-09T13:31:34.093Z||qtp978035840-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@75e98045{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d5d774a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3c4d31d0{/10.233.65.68:41966<->/10.233.65.108:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2c540d34[p=HttpParser{s=START,0 of -1},g=HttpGenerator@184b1c80{s=START}]=>HttpChannelOverHttp@7d938f63{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-09-09T13:31:3