Results

By type

          	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
2022-11-08T07:16:52.241Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-11-08T07:16:52.243Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@a9873d{/10.233.66.211:57432<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@bfc8100{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@1dffb776[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e027101{s=START}]=>HttpChannelOverHttp@21d6e869{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:16:52.243Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@a9873d{/10.233.66.211:57432<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@bfc8100{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@1dffb776[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e027101{s=START}]=>HttpChannelOverHttp@21d6e869{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:16:52.243Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@a9873d{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@bfc8100{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@1dffb776[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e027101{s=START}]=>HttpChannelOverHttp@21d6e869{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:16:52.243Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@39e39ad0{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)
2022-11-08T07:16:52.243Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@401cc344{null}
2022-11-08T07:16:52.243Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@587bf2e1{STARTED} id=0 keys=1 selected=0 updates=0
2022-11-08T07:16:52.243Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken with none selected
2022-11-08T07:16:52.243Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken up from select, 0/0/0 selected
2022-11-08T07:16:52.243Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 processing 0 keys, 0 updates
2022-11-08T07:16:52.243Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-11-08T07:16:52.243Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-11-08T07:16:52.243Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 waiting with 0 keys
2022-11-08T07:16:52.244Z||qtp320850799-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@55754a91
2022-11-08T07:16:52.244Z||qtp320850799-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@55754a91
2022-11-08T07:16:52.244Z||qtp320850799-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@a9873d{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@bfc8100{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1dffb776[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e027101{s=START}]=>HttpChannelOverHttp@21d6e869{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:16:52.244Z||qtp320850799-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1dffb776::DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=14/30000}
2022-11-08T07:16:52.244Z||qtp320850799-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@bfc8100::SocketChannelEndPoint@a9873d{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@bfc8100{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1dffb776[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e027101{s=START}]=>HttpChannelOverHttp@21d6e869{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:16:52.244Z||qtp320850799-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@55754a91
2022-11-08T07:16:52.244Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@a9873d{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@bfc8100{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1dffb776[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e027101{s=START}]=>HttpChannelOverHttp@21d6e869{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:16:52.244Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@a9873d{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@bfc8100{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1dffb776[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e027101{s=START}]=>HttpChannelOverHttp@21d6e869{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:16:52.244Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4a0296c0{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)
2022-11-08T07:16:52.244Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@20b88422{null}
2022-11-08T07:16:52.244Z||qtp320850799-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1dffb776::DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=14/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-11-08T07:16:52.244Z||qtp320850799-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1dffb776::DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=14/30000}
2022-11-08T07:16:52.245Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=15/30000}
2022-11-08T07:16:52.245Z||qtp320850799-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1dffb776::DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=15/30000} onFillable exit HttpChannelState@5517ca7{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-11-08T07:16:52.245Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@bfc8100{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@498d9ac4{/10.233.66.211:57432<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@1dffb776[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2e027101{s=START}]=>HttpChannelOverHttp@21d6e869{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:16:52.245Z||qtp320850799-20|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@61f3fbb8{s=2/2,p=0}@51bd9e9b size 2 > capacity
2022-11-08T07:16:52.245Z||qtp320850799-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@61f3fbb8{s=2/2,p=0}@51bd9e9b
2022-11-08T07:17:02.227Z||qtp320850799-21-acceptor-0@2e3b4394-ServerConnector@bdc8014{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@1ba9cacf on ManagedSelector@587bf2e1{STARTED} id=0 keys=0 selected=0 updates=0
2022-11-08T07:17:02.227Z||qtp320850799-21-acceptor-0@2e3b4394-ServerConnector@bdc8014{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@587bf2e1{STARTED} id=0 keys=0 selected=0 updates=1
2022-11-08T07:17:02.227Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken with none selected
2022-11-08T07:17:02.227Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken up from select, 0/0/0 selected
2022-11-08T07:17:02.227Z||qtp320850799-21-acceptor-0@2e3b4394-ServerConnector@bdc8014{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@34ea0637 on ManagedSelector@587bf2e1{STARTED} id=0 keys=0 selected=0 updates=1
2022-11-08T07:17:02.227Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 processing 0 keys, 1 updates
2022-11-08T07:17:02.228Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-11-08T07:17:02.228Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@1ba9cacf
2022-11-08T07:17:02.228Z||qtp320850799-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@1ba9cacf
2022-11-08T07:17:02.228Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@34ea0637
2022-11-08T07:17:02.228Z||qtp320850799-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@34ea0637
2022-11-08T07:17:02.228Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-11-08T07:17:02.228Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 waiting with 2 keys
2022-11-08T07:17:02.228Z||qtp320850799-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@1ba9cacf
2022-11-08T07:17:02.228Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-11-08T07:17:02.228Z||qtp320850799-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@34ea0637
2022-11-08T07:17:02.228Z||qtp320850799-27|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@764d57be
2022-11-08T07:17:02.228Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-11-08T07:17:02.229Z||qtp320850799-27|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@526c8bb2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-11-08T07:17:02.229Z||qtp320850799-22|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@387499c7
2022-11-08T07:17:02.229Z||qtp320850799-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-11-08T07:17:02.229Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.229Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.229Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-11-08T07:17:02.229Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-11-08T07:17:02.229Z||qtp320850799-22|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1b5db57b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-11-08T07:17:02.229Z||qtp320850799-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-11-08T07:17:02.229Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@71c76789{AC.ReadCB@4e80c6e6{HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-11-08T07:17:02.230Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.230Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.230Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-11-08T07:17:02.230Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.66.56:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.230Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.230Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-11-08T07:17:02.230Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@39b838a1{SSLC.NBReadCB@733668da{SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-11-08T07:17:02.230Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.230Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7988f7f4 on ManagedSelector@587bf2e1{STARTED} id=0 keys=2 selected=0 updates=0
2022-11-08T07:17:02.230Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@587bf2e1{STARTED} id=0 keys=2 selected=0 updates=1
2022-11-08T07:17:02.230Z||qtp320850799-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.230Z||qtp320850799-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@1ba9cacf
2022-11-08T07:17:02.230Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken with none selected
2022-11-08T07:17:02.230Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken up from select, 0/0/2 selected
2022-11-08T07:17:02.230Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 processing 0 keys, 1 updates
2022-11-08T07:17:02.230Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-11-08T07:17:02.230Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7988f7f4
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 waiting with 2 keys
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken up from select, 1/1/2 selected
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 processing 1 keys, 0 updates
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.56:8000 remote=/10.233.66.211:57616], selector=sun.nio.ch.EPollSelectorImpl@3572e594, interestOps=1, readyOps=1 SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@61f3fbb8{s=2/2,p=0} tryExecute EatWhatYouKill@7d44eab/SelectorProducer@35e7fcf2/PRODUCING/p=false/QueuedThreadPool[qtp320850799]@131fcb6f{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@61f3fbb8{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1677]@2022-11-08T07:17:02.231482Z
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}@30ab2740 offer EatWhatYouKill@7d44eab/SelectorProducer@35e7fcf2/PRODUCING/p=false/QueuedThreadPool[qtp320850799]@131fcb6f{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1677]@2022-11-08T07:17:02.231538Z
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@7d44eab/SelectorProducer@35e7fcf2/IDLE/p=true/QueuedThreadPool[qtp320850799]@131fcb6f{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1677]@2022-11-08T07:17:02.231614Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-11-08T07:17:02.231Z||qtp320850799-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}@30ab2740 task=EatWhatYouKill@7d44eab/SelectorProducer@35e7fcf2/IDLE/p=true/QueuedThreadPool[qtp320850799]@131fcb6f{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1678]@2022-11-08T07:17:02.231701Z
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@39b838a1{SSLC.NBReadCB@733668da{SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-11-08T07:17:02.231Z||qtp320850799-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@7d44eab/SelectorProducer@35e7fcf2/IDLE/p=true/QueuedThreadPool[qtp320850799]@131fcb6f{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1678]@2022-11-08T07:17:02.231754Z tryProduce true
2022-11-08T07:17:02.231Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-11-08T07:17:02.231Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.231Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.231Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 waiting with 2 keys
2022-11-08T07:17:02.231Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@71c76789{AC.ReadCB@4e80c6e6{HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-11-08T07:17:02.232Z||qtp320850799-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@526c8bb2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-11-08T07:17:02.232Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.232Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-11-08T07:17:02.232Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.232Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@2a944626[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-11-08T07:17:02.232Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-11-08T07:17:02.233Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@13694795[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13694795[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-11-08T07:17:02.233Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.233Z||qtp320850799-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@13694795[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@13694795[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13694795[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=5/30000}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=5/30000}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@5426d884[p=0,l=0,c=0,r=0]={<<<>>>}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-11-08T07:17:02.234Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-11-08T07:17:02.234Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@4c205947{AC.ReadCB@7fbbd76{HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-11-08T07:17:02.234Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-11-08T07:17:02.235Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=0}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.235Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-11-08T07:17:02.235Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.235Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{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
2022-11-08T07:17:02.235Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=6/30000}
2022-11-08T07:17:02.235Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=0}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.235Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.235Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.235Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.236Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@10fe562e{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)
2022-11-08T07:17:02.236Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@39b838a1{null}
2022-11-08T07:17:02.236Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@587bf2e1{STARTED} id=0 keys=2 selected=0 updates=0
2022-11-08T07:17:02.236Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@166a4db8{SSLC.NBReadCB@148d5119{SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-11-08T07:17:02.236Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken with none selected
2022-11-08T07:17:02.236Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken up from select, 0/0/1 selected
2022-11-08T07:17:02.236Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 processing 0 keys, 0 updates
2022-11-08T07:17:02.236Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-11-08T07:17:02.236Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-11-08T07:17:02.236Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 waiting with 1 keys
2022-11-08T07:17:02.236Z||qtp320850799-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@91dccf0
2022-11-08T07:17:02.236Z||qtp320850799-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@91dccf0
2022-11-08T07:17:02.236Z||qtp320850799-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.236Z||qtp320850799-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=7/30000}
2022-11-08T07:17:02.236Z||qtp320850799-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@733668da::SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.236Z||qtp320850799-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@91dccf0
2022-11-08T07:17:02.236Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.236Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1230484e{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.236Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@edd79de{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)
2022-11-08T07:17:02.237Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@71c76789{null}
2022-11-08T07:17:02.237Z||qtp320850799-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-11-08T07:17:02.237Z||qtp320850799-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-11-08T07:17:02.237Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-11-08T07:17:02.237Z||qtp320850799-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@4e80c6e6::DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@526c8bb2{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-11-08T07:17:02.237Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@733668da{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@420ed985{/10.233.66.211:57616<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@4e80c6e6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@474045c8{s=START}]=>HttpChannelOverHttp@506dbcd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.237Z||qtp320850799-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@61f3fbb8{s=2/2,p=0}@7e4d5d3c waiting
2022-11-08T07:17:02.240Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=5/30000}{io=0/1,kio=0,kro=0}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.240Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6891d3f5 on ManagedSelector@587bf2e1{STARTED} id=0 keys=1 selected=0 updates=0
2022-11-08T07:17:02.240Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@587bf2e1{STARTED} id=0 keys=1 selected=0 updates=1
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken with none selected
2022-11-08T07:17:02.241Z||qtp320850799-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=6/30000}{io=0/1,kio=0,kro=0}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken up from select, 0/0/1 selected
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 processing 0 keys, 1 updates
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@6891d3f5
2022-11-08T07:17:02.241Z||qtp320850799-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@34ea0637
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=6/30000}{io=1/1,kio=1,kro=0}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 waiting with 1 keys
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken up from select, 1/1/1 selected
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 processing 1 keys, 0 updates
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.56:8000 remote=/10.233.66.211:57614], selector=sun.nio.ch.EPollSelectorImpl@3572e594, interestOps=1, readyOps=1 SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=6/30000}{io=1/1,kio=1,kro=1}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@61f3fbb8{s=2/2,p=0} tryExecute EatWhatYouKill@7d44eab/SelectorProducer@35e7fcf2/PRODUCING/p=false/QueuedThreadPool[qtp320850799]@131fcb6f{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@61f3fbb8{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1678]@2022-11-08T07:17:02.241648Z
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}@7e4d5d3c offer EatWhatYouKill@7d44eab/SelectorProducer@35e7fcf2/PRODUCING/p=false/QueuedThreadPool[qtp320850799]@131fcb6f{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1678]@2022-11-08T07:17:02.241716Z
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@7d44eab/SelectorProducer@35e7fcf2/IDLE/p=true/QueuedThreadPool[qtp320850799]@131fcb6f{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1678]@2022-11-08T07:17:02.241776Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-11-08T07:17:02.241Z||qtp320850799-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}@7e4d5d3c task=EatWhatYouKill@7d44eab/SelectorProducer@35e7fcf2/IDLE/p=true/QueuedThreadPool[qtp320850799]@131fcb6f{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1679]@2022-11-08T07:17:02.241855Z
2022-11-08T07:17:02.241Z||qtp320850799-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@7d44eab/SelectorProducer@35e7fcf2/IDLE/p=true/QueuedThreadPool[qtp320850799]@131fcb6f{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@61f3fbb8{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1679]@2022-11-08T07:17:02.241905Z tryProduce true
2022-11-08T07:17:02.241Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@166a4db8{SSLC.NBReadCB@148d5119{SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-11-08T07:17:02.241Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-11-08T07:17:02.242Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-11-08T07:17:02.242Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.242Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.242Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 waiting with 1 keys
2022-11-08T07:17:02.242Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.242Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@4c205947{AC.ReadCB@7fbbd76{HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=FI,flush=-,to=8/30000}}}
2022-11-08T07:17:02.242Z||qtp320850799-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=8/30000} onFillable enter HttpChannelState@1b5db57b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-11-08T07:17:02.242Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.242Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-11-08T07:17:02.242Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.242Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@62ddcf4d[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-11-08T07:17:02.242Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-11-08T07:17:02.243Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@13694795[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@13694795[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-11-08T07:17:02.243Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.243Z||qtp320850799-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-11-08T07:17:02.243Z||qtp320850799-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@13694795[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-11-08T07:17:02.243Z||qtp320850799-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@13694795[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {}
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@13694795[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00}
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=10/30000}
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,OPEN,fill=-,flush=-,to=10/30000}
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@5426d884[p=0,l=0,c=0,r=0]={<<<>>>}
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{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
2022-11-08T07:17:02.244Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-11-08T07:17:02.245Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.245Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.245Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.245Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@55d93e57{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)
2022-11-08T07:17:02.245Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@166a4db8{null}
2022-11-08T07:17:02.245Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@587bf2e1{STARTED} id=0 keys=1 selected=0 updates=0
2022-11-08T07:17:02.245Z||qtp320850799-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a037c8f
2022-11-08T07:17:02.245Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken with none selected
2022-11-08T07:17:02.245Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 woken up from select, 0/0/0 selected
2022-11-08T07:17:02.245Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.245Z||qtp320850799-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a037c8f
2022-11-08T07:17:02.245Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.245Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.245Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-11-08T07:17:02.245Z||qtp320850799-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@148d5119::SocketChannelEndPoint@6944df31{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.245Z||qtp320850799-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a037c8f
2022-11-08T07:17:02.245Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 processing 0 keys, 0 updates
2022-11-08T07:17:02.245Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-11-08T07:17:02.245Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-11-08T07:17:02.245Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7dd4e2f1{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)
2022-11-08T07:17:02.246Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4c205947{null}
2022-11-08T07:17:02.246Z||qtp320850799-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-11-08T07:17:02.246Z||qtp320850799-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-11-08T07:17:02.246Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-11-08T07:17:02.246Z||qtp320850799-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7fbbd76::DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@1b5db57b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-11-08T07:17:02.246Z||qtp320850799-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@148d5119{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@54af4588{/10.233.66.211:57614<->/10.233.66.56:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@7fbbd76[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3aa0c505{s=START}]=>HttpChannelOverHttp@7dedd109{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-11-08T07:17:02.246Z||qtp320850799-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@61f3fbb8{s=2/2,p=0}@30ab2740 waiting
2022-11-08T07:17:02.245Z||qtp320850799-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@3572e594 waiting with 0 keys