Results

By type

          2022-12-02T18:14:31.673Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@74e2e29b{/10.233.72.109:57146<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@492fcea3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6a4b43dc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@552650b{s=START}]=>HttpChannelOverHttp@65b8dfe1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.673Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@42759524{/10.233.72.109:57144<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@60b761fe{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@53a69d35[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60f97611{s=START}]=>HttpChannelOverHttp@3bc11c7b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.673Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@42759524{/10.233.72.109:57144<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@60b761fe{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@53a69d35[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60f97611{s=START}]=>HttpChannelOverHttp@3bc11c7b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.673Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@74e2e29b{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@492fcea3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6a4b43dc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@552650b{s=START}]=>HttpChannelOverHttp@65b8dfe1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.673Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@42759524{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@60b761fe{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@53a69d35[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60f97611{s=START}]=>HttpChannelOverHttp@3bc11c7b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.674Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@6d481fcf{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-12-02T18:14:31.674Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7aa559ed{null}
2022-12-02T18:14:31.674Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@310b38a9{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-12-02T18:14:31.674Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@34501e79{null}
2022-12-02T18:14:31.674Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:14:31.674Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@20545289
2022-12-02T18:14:31.674Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:14:31.674Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1aedb2ab
2022-12-02T18:14:31.674Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:14:31.674Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:14:31.674Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 0 updates
2022-12-02T18:14:31.674Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:14:31.674Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:31.674Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 0 keys
2022-12-02T18:14:31.675Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@20545289
2022-12-02T18:14:31.675Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@42759524{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@60b761fe{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@53a69d35[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60f97611{s=START}]=>HttpChannelOverHttp@3bc11c7b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1aedb2ab
2022-12-02T18:14:31.675Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@74e2e29b{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@492fcea3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@6a4b43dc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@552650b{s=START}]=>HttpChannelOverHttp@65b8dfe1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.675Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@42759524{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@60b761fe{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@53a69d35[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60f97611{s=START}]=>HttpChannelOverHttp@3bc11c7b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.675Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@53a69d35::DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}
2022-12-02T18:14:31.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@74e2e29b{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=6/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@492fcea3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@6a4b43dc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@552650b{s=START}]=>HttpChannelOverHttp@65b8dfe1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.675Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@42759524{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@60b761fe{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@53a69d35[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60f97611{s=START}]=>HttpChannelOverHttp@3bc11c7b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@6a4b43dc::DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}
2022-12-02T18:14:31.675Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@61c73138{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-12-02T18:14:31.675Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1d0d204c{null}
2022-12-02T18:14:31.675Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@60b761fe::SocketChannelEndPoint@42759524{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@60b761fe{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@53a69d35[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60f97611{s=START}]=>HttpChannelOverHttp@3bc11c7b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.675Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@74e2e29b{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=6/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@492fcea3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@6a4b43dc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@552650b{s=START}]=>HttpChannelOverHttp@65b8dfe1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@492fcea3::SocketChannelEndPoint@74e2e29b{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=6/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@492fcea3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@6a4b43dc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@552650b{s=START}]=>HttpChannelOverHttp@65b8dfe1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.676Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@53a69d35::DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:14:31.676Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5e9e3b83{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-12-02T18:14:31.676Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4b5f890{null}
2022-12-02T18:14:31.676Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@20545289
2022-12-02T18:14:31.676Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1aedb2ab
2022-12-02T18:14:31.676Z||qtp666312528-21|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6a4b43dc::DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=20/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:14:31.676Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@53a69d35::DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=20/30000}
2022-12-02T18:14:31.676Z||qtp666312528-21|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@6a4b43dc::DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=20/30000}
2022-12-02T18:14:31.676Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=20/30000}
2022-12-02T18:14:31.676Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@53a69d35::DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=20/30000} onFillable exit HttpChannelState@57555b91{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:14:31.676Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=20/30000}
2022-12-02T18:14:31.676Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=6/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@60b761fe{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@39e7253c{/10.233.72.109:57144<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@53a69d35[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@60f97611{s=START}]=>HttpChannelOverHttp@3bc11c7b{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.677Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@6a1c6ec1 waiting
2022-12-02T18:14:31.676Z||qtp666312528-21|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6a4b43dc::DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=20/30000} onFillable exit HttpChannelState@4438abca{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:14:31.677Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@492fcea3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@272d738e{/10.233.72.109:57146<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@6a4b43dc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@552650b{s=START}]=>HttpChannelOverHttp@65b8dfe1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:31.677Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@69f36f5d size 2 > capacity
2022-12-02T18:14:31.677Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@6daf2337{s=2/2,p=0}@69f36f5d
2022-12-02T18:14:41.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@77fdd469 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2022-12-02T18:14:41.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:14:41.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@3724505c on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:14:41.655Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:14:41.655Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:14:41.655Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 2 updates
2022-12-02T18:14:41.655Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-12-02T18:14:41.655Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@77fdd469
2022-12-02T18:14:41.655Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@77fdd469
2022-12-02T18:14:41.655Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@3724505c
2022-12-02T18:14:41.655Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@3724505c
2022-12-02T18:14:41.655Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:41.655Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:14:41.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@77fdd469
2022-12-02T18:14:41.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:14:41.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@3e0bc885
2022-12-02T18:14:41.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7ebebe1b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:14:41.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@3724505c
2022-12-02T18:14:41.656Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:14:41.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:14:41.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@4ddef22a
2022-12-02T18:14:41.656Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7c496660{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:14:41.656Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-12-02T18:14:41.657Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}
2022-12-02T18:14:41.657Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}
2022-12-02T18:14:41.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.657Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@4f9b926e{AC.ReadCB@1e911ea9{HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:14:41.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:14:41.657Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:14:41.657Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:14:41.657Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:14:41.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:14:41.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:14:41.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1278099 on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:14:41.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=1
2022-12-02T18:14:41.658Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:14:41.658Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/2 selected
2022-12-02T18:14:41.658Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 1 updates
2022-12-02T18:14:41.658Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:14:41.658Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@1278099
2022-12-02T18:14:41.659Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.659Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:41.659Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:14:41.659Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:14:41.659Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:14:41.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@57ba058e{SSLC.NBReadCB@3264d938{SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:14:41.659Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:57412], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:14:41.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@77fdd469
2022-12-02T18:14:41.659Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.659Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.659Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4383bb58 on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=1 updates=0
2022-12-02T18:14:41.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:14:41.660Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.660Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@3724505c
2022-12-02T18:14:41.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=2,epc=4993]@2022-12-02T18:14:41.660214Z
2022-12-02T18:14:41.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@6a1c6ec1 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4993]@2022-12-02T18:14:41.660353Z
2022-12-02T18:14:41.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4993]@2022-12-02T18:14:41.660559Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:14:41.660Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@6a1c6ec1 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4993]@2022-12-02T18:14:41.660706Z
2022-12-02T18:14:41.660Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4994]@2022-12-02T18:14:41.660917Z tryProduce true
2022-12-02T18:14:41.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5969a962{SSLC.NBReadCB@71353472{SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:14:41.661Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:14:41.661Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4383bb58
2022-12-02T18:14:41.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.661Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/1,kio=1,kro=0}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.661Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:41.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@4f9b926e{AC.ReadCB@1e911ea9{HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-12-02T18:14:41.661Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.661Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:14:41.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@7ebebe1b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:14:41.661Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:14:41.661Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:14:41.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:14:41.661Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:57410], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/1,kio=1,kro=1}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:14:41.662Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.662Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.662Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@662b5044[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:41.662Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:14:41.662Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:14:41.662Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4994]@2022-12-02T18:14:41.662678Z
2022-12-02T18:14:41.662Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=0}@3dc2d1e2 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=0}][pc=0,pic=0,pec=2,epc=4994]@2022-12-02T18:14:41.6628Z
2022-12-02T18:14:41.662Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=1} startReservedThread p=1
2022-12-02T18:14:41.662Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@6daf2337{s=0/2,p=1}@21eb797b
2022-12-02T18:14:41.663Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@6daf2337{s=0/2,p=1}@21eb797b
2022-12-02T18:14:41.663Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@6daf2337{s=0/2,p=1}][pc=0,pic=0,pec=2,epc=4994]@2022-12-02T18:14:41.663067Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:14:41.663Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=1}@3dc2d1e2 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=1}][pc=0,pic=0,pec=2,epc=4994]@2022-12-02T18:14:41.663163Z
2022-12-02T18:14:41.663Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=1}][pc=0,pic=0,pec=2,epc=4995]@2022-12-02T18:14:41.663415Z tryProduce true
2022-12-02T18:14:41.663Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@57ba058e{SSLC.NBReadCB@3264d938{SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:14:41.663Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=1}@21eb797b started
2022-12-02T18:14:41.663Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.663Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:14:41.663Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:41.663Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@21eb797b waiting
2022-12-02T18:14:41.663Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.663Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=6/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.664Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@750708d3{AC.ReadCB@463c9461{HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=7/30000}}}
2022-12-02T18:14:41.664Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:14:41.664Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000} onFillable enter HttpChannelState@7c496660{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:14:41.664Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.664Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:14:41.664Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.665Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@cf0acee[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:41.665Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:14:41.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4cd56158[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@4cd56158[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:41.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:14:41.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@4cd56158[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:41.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@4cd56158[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:41.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@4cd56158[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:41.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:14:41.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}
2022-12-02T18:14:41.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}
2022-12-02T18:14:41.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:14:41.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:14:41.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:14:41.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-12-02T18:14:41.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:14:41.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:14:41.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-12-02T18:14:41.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:14:41.667Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.667Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{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-12-02T18:14:41.667Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-12-02T18:14:41.667Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.667Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:41.667Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.667Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@463c9461[p=HttpParser{s=START,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.667Z||qtp666312528-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:14:41.667Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.667Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7d9e6c69{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-12-02T18:14:41.667Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5969a962{null}
2022-12-02T18:14:41.667Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:14:41.667Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@657ddda7
2022-12-02T18:14:41.667Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:41.668Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:41.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:14:41.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/1 selected
2022-12-02T18:14:41.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 0 updates
2022-12-02T18:14:41.668Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@657ddda7
2022-12-02T18:14:41.668Z||qtp666312528-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:41.668Z||qtp666312528-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:14:41.668Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:14:41.668Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000}
2022-12-02T18:14:41.668Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:41.668Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@325e6bcf{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-12-02T18:14:41.668Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000}
2022-12-02T18:14:41.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 1 keys
2022-12-02T18:14:41.668Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:14:41.668Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4f9b926e{null}
2022-12-02T18:14:41.668Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.668Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:14:41.668Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:14:41.668Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:14:41.668Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-12-02T18:14:41.668Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.668Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-12-02T18:14:41.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-12-02T18:14:41.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@7ebebe1b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:14:41.669Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.669Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:14:41.669Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:14:41.669Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-12-02T18:14:41.669Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1e911ea9::DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-12-02T18:14:41.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@b1b62fd waiting
2022-12-02T18:14:41.669Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:14:41.669Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.669Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{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-12-02T18:14:41.669Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@71353472::SocketChannelEndPoint@1551c3c7{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71353472{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@656a168a{/10.233.72.109:57412<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@1e911ea9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@445ea298{s=START}]=>HttpChannelOverHttp@a1cbaeb{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.669Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-12-02T18:14:41.670Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@657ddda7
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5624d9fc{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-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@57ba058e{null}
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2c7e42e2
2022-12-02T18:14:41.670Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2c7e42e2
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.670Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@25e01c5f{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-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@750708d3{null}
2022-12-02T18:14:41.670Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:14:41.670Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}
2022-12-02T18:14:41.671Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}
2022-12-02T18:14:41.671Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@463c9461::DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000} onFillable exit HttpChannelState@7c496660{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:14:41.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@3264d938::SocketChannelEndPoint@1833a1da{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2c7e42e2
2022-12-02T18:14:41.671Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3264d938{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@797135e5{/10.233.72.109:57410<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@463c9461[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@42ca0c8c{s=START}]=>HttpChannelOverHttp@6e2341e7{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:41.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:14:41.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:14:41.671Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@6a1c6ec1 size 2 > capacity
2022-12-02T18:14:41.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 0 updates
2022-12-02T18:14:41.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:14:41.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:41.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 0 keys
2022-12-02T18:14:41.671Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@6daf2337{s=2/2,p=0}@6a1c6ec1
2022-12-02T18:14:51.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@a4d6d8c on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2022-12-02T18:14:51.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:14:51.654Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:14:51.654Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:14:51.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@38601491 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:14:51.655Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 1 updates
2022-12-02T18:14:51.655Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-12-02T18:14:51.655Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@a4d6d8c
2022-12-02T18:14:51.655Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@a4d6d8c
2022-12-02T18:14:51.655Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@38601491
2022-12-02T18:14:51.655Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@38601491
2022-12-02T18:14:51.655Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:51.655Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:14:51.655Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@38601491
2022-12-02T18:14:51.655Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@a4d6d8c
2022-12-02T18:14:51.655Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:14:51.655Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:14:51.655Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@1cb3babc
2022-12-02T18:14:51.655Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@5180f754
2022-12-02T18:14:51.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6f3ef3cb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:14:51.656Z||qtp666312528-21|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@23aded7{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:14:51.656Z||qtp666312528-21|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-12-02T18:14:51.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-12-02T18:14:51.656Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.656Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.656Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-12-02T18:14:51.656Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-12-02T18:14:51.656Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@444c2b81{AC.ReadCB@54d6a393{HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:14:51.656Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.656Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:14:51.656Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.657Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.657Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2567d2a0{SSLC.NBReadCB@97d087b{SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:14:51.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.657Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:14:51.657Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@44b828a7 on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:14:51.657Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=1
2022-12-02T18:14:51.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:14:51.657Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:14:51.657Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/2 selected
2022-12-02T18:14:51.657Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.657Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 1 updates
2022-12-02T18:14:51.657Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:14:51.657Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@44b828a7
2022-12-02T18:14:51.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@118b5d6d{AC.ReadCB@6ed9d2ca{HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:14:51.657Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@38601491
2022-12-02T18:14:51.658Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.658Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:51.658Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:14:51.658Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:14:51.658Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:14:51.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:14:51.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:14:51.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.658Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.659Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@31648214{SSLC.NBReadCB@67247912{SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:14:51.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:14:51.659Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=2,epc=4995]@2022-12-02T18:14:51.659463Z
2022-12-02T18:14:51.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@b1b62fd offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4995]@2022-12-02T18:14:51.659683Z
2022-12-02T18:14:51.659Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@754c81c3 on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=1 updates=0
2022-12-02T18:14:51.659Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@b1b62fd task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4995]@2022-12-02T18:14:51.659868Z
2022-12-02T18:14:51.659Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4995]@2022-12-02T18:14:51.659949Z tryProduce true
2022-12-02T18:14:51.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:14:51.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@754c81c3
2022-12-02T18:14:51.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4995]@2022-12-02T18:14:51.659819Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:14:51.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:51.660Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:14:51.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2567d2a0{SSLC.NBReadCB@97d087b{SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:14:51.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:14:51.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:14:51.660Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@a4d6d8c
2022-12-02T18:14:51.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:57662], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:14:51.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@444c2b81{AC.ReadCB@54d6a393{HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-12-02T18:14:51.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@23aded7{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:14:51.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:14:51.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4996]@2022-12-02T18:14:51.661142Z
2022-12-02T18:14:51.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:14:51.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=0}@21eb797b offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=0}][pc=0,pic=0,pec=2,epc=4996]@2022-12-02T18:14:51.661259Z
2022-12-02T18:14:51.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=1} startReservedThread p=1
2022-12-02T18:14:51.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@6daf2337{s=0/2,p=1}@6ea5a4db
2022-12-02T18:14:51.661Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@6daf2337{s=0/2,p=1}@6ea5a4db
2022-12-02T18:14:51.661Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=1}@6ea5a4db started
2022-12-02T18:14:51.661Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@6ea5a4db waiting
2022-12-02T18:14:51.661Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=1}@21eb797b task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4996]@2022-12-02T18:14:51.6619Z
2022-12-02T18:14:51.661Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4996]@2022-12-02T18:14:51.66196Z tryProduce true
2022-12-02T18:14:51.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:14:51.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:51.661Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=1}][pc=0,pic=0,pec=2,epc=4996]@2022-12-02T18:14:51.661789Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:14:51.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:14:51.662Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@4cd56158[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:51.662Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:14:51.662Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@31648214{SSLC.NBReadCB@67247912{SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:14:51.662Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.662Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.662Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@118b5d6d{AC.ReadCB@6ed9d2ca{HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}}}
2022-12-02T18:14:51.662Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@6f3ef3cb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:14:51.663Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.663Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:14:51.663Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.663Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@60566042[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:51.663Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:14:51.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:51.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@54d6a393[p=HttpParser{s=START,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:14:51.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:51.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:51.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:51.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:14:51.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=10/30000}
2022-12-02T18:14:51.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=10/30000}
2022-12-02T18:14:51.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:14:51.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:14:51.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:14:51.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-12-02T18:14:51.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:14:51.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:14:51.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-12-02T18:14:51.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:14:51.668Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:51.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{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-12-02T18:14:51.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=START,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:14:51.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}
2022-12-02T18:14:51.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=12/30000} filled -1 HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:51.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:51.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:14:51.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:14:51.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=12/30000}
2022-12-02T18:14:51.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=12/30000}
2022-12-02T18:14:51.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:14:51.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.669Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.670Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:14:51.670Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:14:51.670Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@795e0566{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-12-02T18:14:51.670Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2567d2a0{null}
2022-12-02T18:14:51.670Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-12-02T18:14:51.670Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:14:51.670Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1b29348f
2022-12-02T18:14:51.670Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:14:51.670Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/1 selected
2022-12-02T18:14:51.670Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 0 updates
2022-12-02T18:14:51.670Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:14:51.670Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:51.670Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 1 keys
2022-12-02T18:14:51.670Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.670Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.670Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:14:51.670Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:14:51.670Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.670Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-12-02T18:14:51.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@ec982df{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-12-02T18:14:51.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@444c2b81{null}
2022-12-02T18:14:51.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:14:51.671Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:14:51.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}
2022-12-02T18:14:51.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}
2022-12-02T18:14:51.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000} onFillable exit HttpChannelState@23aded7{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:14:51.671Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@3dc2d1e2 waiting
2022-12-02T18:14:51.671Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{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-12-02T18:14:51.671Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}
2022-12-02T18:14:51.672Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1b29348f
2022-12-02T18:14:51.672Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.672Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.672Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.672Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@54d6a393::DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}
2022-12-02T18:14:51.672Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.672Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@97d087b::SocketChannelEndPoint@39265ea9{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=5/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@97d087b{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@9621a44{/10.233.72.109:57664<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@54d6a393[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@10d4832a{s=START}]=>HttpChannelOverHttp@260f7f25{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.672Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1b29348f
2022-12-02T18:14:51.672Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2a0c17bf{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-12-02T18:14:51.672Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@31648214{null}
2022-12-02T18:14:51.672Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2022-12-02T18:14:51.672Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@694ced59
2022-12-02T18:14:51.672Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:14:51.672Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:14:51.672Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@694ced59
2022-12-02T18:14:51.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 0 updates
2022-12-02T18:14:51.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:14:51.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:14:51.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 0 keys
2022-12-02T18:14:51.673Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.673Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.673Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}
2022-12-02T18:14:51.673Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@67247912::SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.673Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@694ced59
2022-12-02T18:14:51.673Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@51bf61c8{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.673Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3a4bd442{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-12-02T18:14:51.673Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@118b5d6d{null}
2022-12-02T18:14:51.673Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:14:51.673Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}
2022-12-02T18:14:51.673Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}
2022-12-02T18:14:51.674Z||qtp666312528-26|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6ed9d2ca::DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000} onFillable exit HttpChannelState@6f3ef3cb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:14:51.674Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@67247912{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45256b86{/10.233.72.109:57662<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6ed9d2ca[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@933472b{s=START}]=>HttpChannelOverHttp@1ba25ad1{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:14:51.674Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@b1b62fd size 2 > capacity
2022-12-02T18:14:51.674Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@6daf2337{s=2/2,p=0}@b1b62fd
2022-12-02T18:15:01.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@2127c168 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2022-12-02T18:15:01.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:15:01.655Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:01.655Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:15:01.655Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@3414c3a0 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:15:01.655Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 1 updates
2022-12-02T18:15:01.656Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-12-02T18:15:01.656Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@2127c168
2022-12-02T18:15:01.656Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@2127c168
2022-12-02T18:15:01.656Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@3414c3a0
2022-12-02T18:15:01.657Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@3414c3a0
2022-12-02T18:15:01.657Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:01.657Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:01.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@2127c168
2022-12-02T18:15:01.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@3414c3a0
2022-12-02T18:15:01.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:15:01.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:15:01.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@2dfec3cc
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@48eb2fa4
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@ce7de7b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@35d8aa92{AC.ReadCB@1de0564c{HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:15:01.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.659Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2a95c853{SSLC.NBReadCB@6b22a4bc{SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:01.659Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.659Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@54ec8ef9 on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:15:01.659Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=1
2022-12-02T18:15:01.659Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:01.659Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/2 selected
2022-12-02T18:15:01.659Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 1 updates
2022-12-02T18:15:01.659Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.659Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@3414c3a0
2022-12-02T18:15:01.659Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:15:01.659Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@54ec8ef9
2022-12-02T18:15:01.660Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.660Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:01.660Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:01.660Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:15:01.660Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:15:01.660Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:57922], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:15:01.661Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.661Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:15:01.661Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=2,epc=4997]@2022-12-02T18:15:01.661439Z
2022-12-02T18:15:01.661Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@3dc2d1e2 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4997]@2022-12-02T18:15:01.661623Z
2022-12-02T18:15:01.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@3dc2d1e2 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4997]@2022-12-02T18:15:01.661828Z
2022-12-02T18:15:01.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4997]@2022-12-02T18:15:01.661902Z tryProduce true
2022-12-02T18:15:01.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:15:01.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:01.661Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4997]@2022-12-02T18:15:01.661787Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:15:01.662Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.662Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:01.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2a95c853{SSLC.NBReadCB@6b22a4bc{SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:01.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@35d8aa92{AC.ReadCB@1de0564c{HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-12-02T18:15:01.663Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@ce7de7b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:01.663Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.663Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:15:01.663Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.664Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@eb267e3[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:01.664Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:15:01.664Z||qtp666312528-28|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000},null,HttpChannelState@63012401{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:15:01.665Z||qtp666312528-28|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=6/30000}
2022-12-02T18:15:01.665Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=0}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.665Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=0}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.665Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-12-02T18:15:01.665Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-12-02T18:15:01.665Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5dcfcd85{AC.ReadCB@383a7b0e{HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:15:01.665Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=0}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.665Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:15:01.665Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=0}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.665Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@36c63f39{SSLC.NBReadCB@7ce3d9f4{SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:01.666Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.666Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@54086c6c on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:15:01.666Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=1
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/2 selected
2022-12-02T18:15:01.666Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 1 updates
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@54086c6c
2022-12-02T18:15:01.666Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@2127c168
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:57920], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:15:01.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4998]@2022-12-02T18:15:01.667057Z
2022-12-02T18:15:01.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=0}@6ea5a4db offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=0}][pc=0,pic=0,pec=2,epc=4998]@2022-12-02T18:15:01.667145Z
2022-12-02T18:15:01.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=1} startReservedThread p=1
2022-12-02T18:15:01.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@6daf2337{s=0/2,p=1}@476f5916
2022-12-02T18:15:01.667Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@6daf2337{s=0/2,p=1}@476f5916
2022-12-02T18:15:01.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=0}@6ea5a4db task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=1}][pc=0,pic=0,pec=2,epc=4998]@2022-12-02T18:15:01.667388Z
2022-12-02T18:15:01.667Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=1}@476f5916 started
2022-12-02T18:15:01.667Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@476f5916 waiting
2022-12-02T18:15:01.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4998]@2022-12-02T18:15:01.667626Z tryProduce true
2022-12-02T18:15:01.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:15:01.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:01.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:01.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=1}][pc=0,pic=0,pec=2,epc=4998]@2022-12-02T18:15:01.667448Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:15:01.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@36c63f39{SSLC.NBReadCB@7ce3d9f4{SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:01.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5dcfcd85{AC.ReadCB@383a7b0e{HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-12-02T18:15:01.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@63012401{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:01.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:15:01.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@4e1311a8[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:01.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:15:01.670Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:01.670Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1de0564c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.671Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:15:01.671Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=13/30000} filled -1 HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:01.671Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:01.671Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:01.671Z||qtp666312528-24|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:15:01.672Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000}
2022-12-02T18:15:01.672Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000}
2022-12-02T18:15:01.672Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=14/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:15:01.672Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=14/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.672Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:15:01.672Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:01.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1c4cd9a9[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@1c4cd9a9[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:01.672Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-12-02T18:15:01.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:15:01.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@1c4cd9a9[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:01.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@1c4cd9a9[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:01.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@1c4cd9a9[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:01.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=7/30000}
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}
2022-12-02T18:15:01.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=14/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:15:01.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:01.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-12-02T18:15:01.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:15:01.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:15:01.674Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{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-12-02T18:15:01.674Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{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-12-02T18:15:01.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-12-02T18:15:01.674Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}
2022-12-02T18:15:01.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.675Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.675Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.675Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5ed16f85{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-12-02T18:15:01.675Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@36c63f39{null}
2022-12-02T18:15:01.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.675Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:15:01.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2e65d64e{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-12-02T18:15:01.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:01.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:15:01.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 0 updates
2022-12-02T18:15:01.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:15:01.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:01.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 0 keys
2022-12-02T18:15:01.675Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@634b3aa0
2022-12-02T18:15:01.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2a95c853{null}
2022-12-02T18:15:01.675Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@634b3aa0
2022-12-02T18:15:01.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2022-12-02T18:15:01.676Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3ccf248b
2022-12-02T18:15:01.676Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:01.676Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:15:01.676Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 0 updates
2022-12-02T18:15:01.676Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:15:01.676Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:01.676Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 0 keys
2022-12-02T18:15:01.676Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.676Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3ccf248b
2022-12-02T18:15:01.676Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.676Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.676Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-12-02T18:15:01.676Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.676Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}
2022-12-02T18:15:01.676Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.676Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.676Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@6b22a4bc::SocketChannelEndPoint@38f0fa7f{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.676Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3ccf248b
2022-12-02T18:15:01.676Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3503e930{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-12-02T18:15:01.676Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5dcfcd85{null}
2022-12-02T18:15:01.676Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@7ce3d9f4::SocketChannelEndPoint@66558a5e{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.676Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:15:01.676Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@634b3aa0
2022-12-02T18:15:01.676Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@1027a347{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-12-02T18:15:01.677Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@35d8aa92{null}
2022-12-02T18:15:01.676Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}
2022-12-02T18:15:01.677Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:15:01.677Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}
2022-12-02T18:15:01.677Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}
2022-12-02T18:15:01.677Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@383a7b0e::DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@63012401{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:01.677Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}
2022-12-02T18:15:01.677Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1de0564c::DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000} onFillable exit HttpChannelState@ce7de7b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:01.677Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7ce3d9f4{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@294c4c0c{/10.233.72.109:57920<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@383a7b0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3704c648{s=START}]=>HttpChannelOverHttp@389f9045{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.677Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@3dc2d1e2 waiting
2022-12-02T18:15:01.677Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6b22a4bc{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@337bf969{/10.233.72.109:57922<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@1de0564c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77ea800{s=START}]=>HttpChannelOverHttp@16dc0d09{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:01.677Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@21eb797b size 2 > capacity
2022-12-02T18:15:01.677Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@6daf2337{s=2/2,p=0}@21eb797b
2022-12-02T18:15:11.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@5554e9a3 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2022-12-02T18:15:11.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 1 updates
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@5554e9a3
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@5554e9a3
2022-12-02T18:15:11.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@6d28bb04 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 1 keys
2022-12-02T18:15:11.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=1
2022-12-02T18:15:11.654Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@5554e9a3
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/1 selected
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 1 updates
2022-12-02T18:15:11.654Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:15:11.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6d28bb04
2022-12-02T18:15:11.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6d28bb04
2022-12-02T18:15:11.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:11.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:11.655Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6d28bb04
2022-12-02T18:15:11.655Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 1 ms, remaining: 29999 ms
2022-12-02T18:15:11.655Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:15:11.655Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@56dca0b0
2022-12-02T18:15:11.655Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@662f98e6
2022-12-02T18:15:11.655Z||qtp666312528-28|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4d4ee98f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:15:11.655Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4434a27c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:15:11.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:15:11.656Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:15:11.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.656Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:15:11.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:15:11.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1956f147{AC.ReadCB@57bca068{HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:15:11.656Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:15:11.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}
2022-12-02T18:15:11.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2b5bade5{SSLC.NBReadCB@c976e46{SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:11.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}
2022-12-02T18:15:11.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@78628340{AC.ReadCB@77de536a{HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:15:11.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1c890396 on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:15:11.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=1
2022-12-02T18:15:11.657Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:11.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:15:11.657Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/2 selected
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 1 updates
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@1c890396
2022-12-02T18:15:11.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@5554e9a3
2022-12-02T18:15:11.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| 1 on SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:58182], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:15:11.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ensureFillInterested SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=2,epc=4999]@2022-12-02T18:15:11.658803Z
2022-12-02T18:15:11.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@3dc2d1e2 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4999]@2022-12-02T18:15:11.658946Z
2022-12-02T18:15:11.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=4999]@2022-12-02T18:15:11.65904Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:15:11.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2b5bade5{SSLC.NBReadCB@c976e46{SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:11.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1956f147{AC.ReadCB@57bca068{HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-12-02T18:15:11.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@4d4ee98f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:11.659Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7da2da25{SSLC.NBReadCB@5c914484{SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:11.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:15:11.660Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.660Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@1c4cd9a9[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:11.660Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:15:11.662Z||qtp666312528-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@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:11.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@57bca068[p=HttpParser{s=START,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:15:11.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:11.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:11.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:11.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:15:11.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=6/30000}
2022-12-02T18:15:11.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=6/30000}
2022-12-02T18:15:11.663Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:15:11.663Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.663Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:15:11.663Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:11.663Z||qtp666312528-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-12-02T18:15:11.663Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.663Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:15:11.663Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:11.663Z||qtp666312528-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-12-02T18:15:11.663Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:15:11.663Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.664Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{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-12-02T18:15:11.664Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}
2022-12-02T18:15:11.664Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.664Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.664Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.665Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3771cb63{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-12-02T18:15:11.665Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2b5bade5{null}
2022-12-02T18:15:11.665Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=1 updates=0
2022-12-02T18:15:11.665Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@a6fa65c
2022-12-02T18:15:11.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@a6fa65c
2022-12-02T18:15:11.665Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.665Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@3dc2d1e2 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5000]@2022-12-02T18:15:11.659799Z
2022-12-02T18:15:11.665Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2bc10471 on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=1 updates=0
2022-12-02T18:15:11.665Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.665Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.665Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5fa429c6{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-12-02T18:15:11.665Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1956f147{null}
2022-12-02T18:15:11.666Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:15:11.666Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-12-02T18:15:11.666Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-12-02T18:15:11.666Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@4d4ee98f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:11.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@57bca068::DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}
2022-12-02T18:15:11.666Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.666Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=7/30000}{io=0/1,kio=0,kro=0}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=2,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5000]@2022-12-02T18:15:11.66643Z tryProduce true
2022-12-02T18:15:11.666Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:15:11.666Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6d28bb04
2022-12-02T18:15:11.666Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@2bc10471
2022-12-02T18:15:11.666Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=8/30000}{io=1/1,kio=1,kro=0}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=9/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@c976e46::SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.666Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Ignoring key update for concurrently closed channel SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@452fc623{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@c976e46{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76eb37af{/10.233.72.109:58182<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@57bca068[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@236e6634{s=START}]=>HttpChannelOverHttp@61175ced{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/1 selected
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:58180], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=9/30000}{io=1/1,kio=1,kro=1}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=10/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=10/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=10/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/REPRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=2,epc=5000]@2022-12-02T18:15:11.667765Z
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@3dc2d1e2 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/REPRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5000]@2022-12-02T18:15:11.667833Z
2022-12-02T18:15:11.667Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5000]@2022-12-02T18:15:11.667881Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=10/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:15:11.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7da2da25{SSLC.NBReadCB@5c914484{SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=10/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=11/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:11.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=10/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=11/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=10/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=11/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@78628340{AC.ReadCB@77de536a{HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=11/30000}}}
2022-12-02T18:15:11.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000} onFillable enter HttpChannelState@4434a27c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:11.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=10/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:15:11.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@3dc2d1e2 waiting
2022-12-02T18:15:11.666Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@a6fa65c
2022-12-02T18:15:11.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=10/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@46dc97b6[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:11.669Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:15:11.671Z||qtp666312528-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@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=13/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@77de536a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000} filled -1 HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000}
2022-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000}
2022-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=13/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=13/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:15:11.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:11.671Z||qtp666312528-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-12-02T18:15:11.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=13/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:15:11.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:11.672Z||qtp666312528-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-12-02T18:15:11.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:15:11.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{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-12-02T18:15:11.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}
2022-12-02T18:15:11.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7f4f66dd{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-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7da2da25{null}
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=1 updates=0
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@865622e
2022-12-02T18:15:11.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@865622e
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@767180fd{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-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@78628340{null}
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}
2022-12-02T18:15:11.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}
2022-12-02T18:15:11.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000} onFillable exit HttpChannelState@4434a27c{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:11.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:15:11.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:11.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Ignoring key update for concurrently closed channel SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 1 keys
2022-12-02T18:15:11.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@3dc2d1e2 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5001]@2022-12-02T18:15:11.668534Z
2022-12-02T18:15:11.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@77de536a::DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}
2022-12-02T18:15:11.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5001]@2022-12-02T18:15:11.674743Z tryProduce true
2022-12-02T18:15:11.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@3dc2d1e2 waiting
2022-12-02T18:15:11.674Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@5c914484::SocketChannelEndPoint@26a012cc{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5c914484{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6224ea86{/10.233.72.109:58180<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@77de536a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@19a4e54a{s=START}]=>HttpChannelOverHttp@528f3d68{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:11.675Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@865622e
2022-12-02T18:15:21.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@729b0b48 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2022-12-02T18:15:21.655Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:15:21.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:21.655Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@6000cf78 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:15:21.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:15:21.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 2 updates
2022-12-02T18:15:21.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-12-02T18:15:21.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@729b0b48
2022-12-02T18:15:21.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@729b0b48
2022-12-02T18:15:21.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6000cf78
2022-12-02T18:15:21.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6000cf78
2022-12-02T18:15:21.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:21.655Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:21.655Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@729b0b48
2022-12-02T18:15:21.655Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6000cf78
2022-12-02T18:15:21.655Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:15:21.655Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:15:21.655Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@62f485eb
2022-12-02T18:15:21.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@38c6ecac{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:15:21.656Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@79e5c39b
2022-12-02T18:15:21.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:15:21.656Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@2d868b89{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:15:21.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.656Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-12-02T18:15:21.656Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.656Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.656Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:15:21.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:15:21.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}
2022-12-02T18:15:21.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:15:21.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2cce0a7b{AC.ReadCB@7edbed82{HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:15:21.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@4be72874{AC.ReadCB@7a287cb9{HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:15:21.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:15:21.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:15:21.657Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@d58459d{SSLC.NBReadCB@5b0e121c{SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:21.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:15:21.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@26ed28d8
2022-12-02T18:15:21.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@72934805{SSLC.NBReadCB@2463841{SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:21.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:21.658Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@729b0b48
2022-12-02T18:15:21.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:21.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:15:21.658Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:15:21.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4124f226 on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=1 updates=0
2022-12-02T18:15:21.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:58438], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:15:21.659Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.659Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6000cf78
2022-12-02T18:15:21.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:15:21.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/REPRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=2,epc=5001]@2022-12-02T18:15:21.659362Z
2022-12-02T18:15:21.659Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@3dc2d1e2 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/REPRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5001]@2022-12-02T18:15:21.659487Z
2022-12-02T18:15:21.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@3dc2d1e2 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5001]@2022-12-02T18:15:21.659639Z
2022-12-02T18:15:21.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5001]@2022-12-02T18:15:21.659702Z tryProduce true
2022-12-02T18:15:21.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:15:21.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4124f226
2022-12-02T18:15:21.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:21.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:21.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:15:21.659Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:58436], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5001]@2022-12-02T18:15:21.660319Z
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=0}@476f5916 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=0}][pc=0,pic=0,pec=2,epc=5001]@2022-12-02T18:15:21.660389Z
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=1} startReservedThread p=1
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@6daf2337{s=0/2,p=1}@4f78ffa8
2022-12-02T18:15:21.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@6daf2337{s=0/2,p=1}@4f78ffa8
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@6daf2337{s=0/2,p=1}][pc=0,pic=0,pec=2,epc=5001]@2022-12-02T18:15:21.660554Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:15:21.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=1}@4f78ffa8 started
2022-12-02T18:15:21.660Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=1}@476f5916 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=1}][pc=0,pic=0,pec=2,epc=5001]@2022-12-02T18:15:21.660625Z
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@72934805{SSLC.NBReadCB@2463841{SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:21.660Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@4f78ffa8 waiting
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.660Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5002]@2022-12-02T18:15:21.660911Z tryProduce true
2022-12-02T18:15:21.661Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:15:21.661Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:21.660Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@4be72874{AC.ReadCB@7a287cb9{HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-12-02T18:15:21.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@2d868b89{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:21.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.661Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:15:21.661Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5002]@2022-12-02T18:15:21.660977Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:15:21.661Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.661Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:21.661Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@d58459d{SSLC.NBReadCB@5b0e121c{SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:21.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2cce0a7b{AC.ReadCB@7edbed82{HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}}}
2022-12-02T18:15:21.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@38c6ecac{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:21.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.662Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:15:21.662Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.662Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@1a800c85[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:21.662Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:15:21.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:21.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:15:21.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:21.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:21.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:21.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:15:21.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}
2022-12-02T18:15:21.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}
2022-12-02T18:15:21.665Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:15:21.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:15:21.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:21.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-12-02T18:15:21.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:15:21.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:21.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-12-02T18:15:21.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:15:21.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{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-12-02T18:15:21.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=10/30000}
2022-12-02T18:15:21.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@73984952[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:21.668Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:15:21.670Z||qtp666312528-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@91449b4[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@91449b4[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=14/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@7edbed82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000} filled -1 HeapByteBuffer@91449b4[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@91449b4[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@91449b4[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000}
2022-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000}
2022-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=14/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=14/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:21.671Z||qtp666312528-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-12-02T18:15:21.671Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=14/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:15:21.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:21.672Z||qtp666312528-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-12-02T18:15:21.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:15:21.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@20a4bb4f{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-12-02T18:15:21.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@72934805{null}
2022-12-02T18:15:21.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:15:21.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ac49c02
2022-12-02T18:15:21.672Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:21.672Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ac49c02
2022-12-02T18:15:21.672Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=6/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=6/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.672Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/1 selected
2022-12-02T18:15:21.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{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-12-02T18:15:21.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}
2022-12-02T18:15:21.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.673Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4ba167ec{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-12-02T18:15:21.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@d58459d{null}
2022-12-02T18:15:21.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@3891b430{STARTED} id=0 keys=1 selected=0 updates=0
2022-12-02T18:15:21.673Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}
2022-12-02T18:15:21.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=7/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.673Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 0 updates
2022-12-02T18:15:21.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@249a74d{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-12-02T18:15:21.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4be72874{null}
2022-12-02T18:15:21.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:15:21.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}
2022-12-02T18:15:21.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}
2022-12-02T18:15:21.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7a287cb9::DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000} onFillable exit HttpChannelState@2d868b89{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:21.674Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@2463841::SocketChannelEndPoint@15712af6{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.674Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ac49c02
2022-12-02T18:15:21.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=8/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2463841{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@31bc21d2{/10.233.72.109:58436<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@7a287cb9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@52a43b6a{s=START}]=>HttpChannelOverHttp@12fd4d70{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.674Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@3dc2d1e2 waiting
2022-12-02T18:15:21.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@62ec17e2
2022-12-02T18:15:21.674Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:15:21.674Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:21.674Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.674Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@62ec17e2
2022-12-02T18:15:21.674Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 1 keys
2022-12-02T18:15:21.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.675Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@530f1034{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-12-02T18:15:21.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@2cce0a7b{null}
2022-12-02T18:15:21.675Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}
2022-12-02T18:15:21.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-12-02T18:15:21.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}
2022-12-02T18:15:21.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}
2022-12-02T18:15:21.675Z||qtp666312528-28|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@5b0e121c::SocketChannelEndPoint@4c8689f5{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@7edbed82::DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000} onFillable exit HttpChannelState@38c6ecac{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:21.675Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@62ec17e2
2022-12-02T18:15:21.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5b0e121c{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40f71c66{/10.233.72.109:58438<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@7edbed82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@23622137{s=START}]=>HttpChannelOverHttp@14b638d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:21.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0}@6ea5a4db size 2 > capacity
2022-12-02T18:15:21.675Z||qtp666312528-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@6daf2337{s=2/2,p=0}@6ea5a4db
2022-12-02T18:15:31.653Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@12eb3b2a on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=0
2022-12-02T18:15:31.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:15:31.654Z||qtp666312528-22-acceptor-0@44723d95-ServerConnector@49dbaaf3{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ManagedSelector$Accept@3ab352e8 on ManagedSelector@3891b430{STARTED} id=0 keys=0 selected=0 updates=1
2022-12-02T18:15:31.654Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:31.654Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/0 selected
2022-12-02T18:15:31.654Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 2 updates
2022-12-02T18:15:31.654Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 2
2022-12-02T18:15:31.654Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@12eb3b2a
2022-12-02T18:15:31.654Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@12eb3b2a
2022-12-02T18:15:31.654Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@3ab352e8
2022-12-02T18:15:31.654Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@3ab352e8
2022-12-02T18:15:31.654Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:31.654Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:31.654Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@12eb3b2a
2022-12-02T18:15:31.655Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:15:31.655Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@3ab352e8
2022-12-02T18:15:31.655Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@407ec4ba
2022-12-02T18:15:31.655Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-12-02T18:15:31.655Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@3bbbba1b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:15:31.656Z||qtp666312528-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@dd6f2c2::DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}
2022-12-02T18:15:31.656Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@123fc565
2022-12-02T18:15:31.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.657Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@2d080bcd{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false}
2022-12-02T18:15:31.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@eee2747::SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@dd6f2c2::DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}
2022-12-02T18:15:31.657Z||qtp666312528-24|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@41f0e7e4::DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}
2022-12-02T18:15:31.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@dd6f2c2::DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}
2022-12-02T18:15:31.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@16e2b32f{AC.ReadCB@dd6f2c2{HttpConnection@dd6f2c2::DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-12-02T18:15:31.657Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@eee2747::SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:15:31.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=0}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@2c1813d3{SSLC.NBReadCB@eee2747{SslConnection@eee2747::SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:31.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@53b3cd08 on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=0
2022-12-02T18:15:31.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=0 updates=1
2022-12-02T18:15:31.658Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken with none selected
2022-12-02T18:15:31.658Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 0/0/2 selected
2022-12-02T18:15:31.658Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 0 keys, 1 updates
2022-12-02T18:15:31.658Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:15:31.658Z||qtp666312528-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.659Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@53b3cd08
2022-12-02T18:15:31.658Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.659Z||qtp666312528-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@12eb3b2a
2022-12-02T18:15:31.660Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=0}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.660Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.660Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:31.660Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@41f0e7e4::DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}
2022-12-02T18:15:31.660Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@41f0e7e4::DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=3/30000}
2022-12-02T18:15:31.661Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@4927924{AC.ReadCB@41f0e7e4{HttpConnection@41f0e7e4::DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-12-02T18:15:31.661Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:31.661Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:15:31.661Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:15:31.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=0}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null
2022-12-02T18:15:31.662Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=0}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.663Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:58692], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=1/1,kio=1,kro=1}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:15:31.663Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@429b7195{SSLC.NBReadCB@1c3a00f7{SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:31.664Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.664Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@eeaec89 on ManagedSelector@3891b430{STARTED} id=0 keys=2 selected=1 updates=0
2022-12-02T18:15:31.664Z||qtp666312528-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.664Z||qtp666312528-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@3ab352e8
2022-12-02T18:15:31.665Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.665Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:15:31.665Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=2/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=2/2,p=0}][pc=0,pic=0,pec=2,epc=5003]@2022-12-02T18:15:31.665608Z
2022-12-02T18:15:31.665Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@3dc2d1e2 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5003]@2022-12-02T18:15:31.665885Z
2022-12-02T18:15:31.666Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@3dc2d1e2 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5003]@2022-12-02T18:15:31.666906Z
2022-12-02T18:15:31.667Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5003]@2022-12-02T18:15:31.667047Z tryProduce true
2022-12-02T18:15:31.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1
2022-12-02T18:15:31.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@eeaec89
2022-12-02T18:15:31.668Z||qtp666312528-21|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5003]@2022-12-02T18:15:31.666709Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=8/30000}{io=1/0,kio=1,kro=1}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=9/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:15:31.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}{io=1/1,kio=1,kro=0}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:31.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=11/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:31.668Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@2c1813d3{SSLC.NBReadCB@eee2747{SslConnection@eee2747::SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=10/30000}{io=1/0,kio=1,kro=1}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=11/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:31.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 woken up from select, 1/1/2 selected
2022-12-02T18:15:31.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 processing 1 keys, 0 updates
2022-12-02T18:15:31.668Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.80:8000 remote=/10.233.72.109:58690], selector=sun.nio.ch.EPollSelectorImpl@62c18c30, interestOps=1, readyOps=1 SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}{io=1/1,kio=1,kro=1}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 
2022-12-02T18:15:31.668Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@eee2747::SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=11/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=9/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.669Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@eee2747::SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=12/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=9/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2022-12-02T18:15:31.669Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@16e2b32f{AC.ReadCB@dd6f2c2{HttpConnection@dd6f2c2::DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=12/30000}}}
2022-12-02T18:15:31.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0} tryExecute EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5004]@2022-12-02T18:15:31.669376Z
2022-12-02T18:15:31.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=0}@4f78ffa8 offer EatWhatYouKill@6158113e/SelectorProducer@61375dff/PRODUCING/p=false/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=0}][pc=0,pic=0,pec=2,epc=5004]@2022-12-02T18:15:31.669671Z
2022-12-02T18:15:31.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=1} startReservedThread p=1
2022-12-02T18:15:31.669Z||qtp666312528-21|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@dd6f2c2::DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=12/30000} onFillable enter HttpChannelState@3bbbba1b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:31.669Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@6daf2337{s=0/2,p=1}@183767a5
2022-12-02T18:15:31.670Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@eee2747::SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@eee2747{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.670Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:15:31.670Z||qtp666312528-25|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=4,r=2,q=1}[ReservedThreadExecutor@6daf2337{s=0/2,p=1}][pc=0,pic=0,pec=2,epc=5004]@2022-12-02T18:15:31.669908Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=6/30000}{io=1/0,kio=1,kro=1}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=9/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2022-12-02T18:15:31.671Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@6daf2337{s=0/2,p=1}@183767a5
2022-12-02T18:15:31.671Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@429b7195{SSLC.NBReadCB@1c3a00f7{SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=8/30000}{io=1/0,kio=1,kro=1}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=11/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}}
2022-12-02T18:15:31.672Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=1}@183767a5 started
2022-12-02T18:15:31.672Z||qtp666312528-28|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=1/2,p=0}@183767a5 waiting
2022-12-02T18:15:31.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=12/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.672Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@6daf2337{s=0/2,p=1}@4f78ffa8 task=EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=0/2,p=1}][pc=0,pic=0,pec=2,epc=5005]@2022-12-02T18:15:31.6724Z
2022-12-02T18:15:31.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=12/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@4927924{AC.ReadCB@41f0e7e4{HttpConnection@41f0e7e4::DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=FI,flush=-,to=12/30000}}}
2022-12-02T18:15:31.672Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@41f0e7e4::DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=12/30000} onFillable enter HttpChannelState@2d080bcd{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null
2022-12-02T18:15:31.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=9/30000}{io=1/0,kio=1,kro=1}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.673Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING
2022-12-02T18:15:31.673Z||qtp666312528-26|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@6158113e/SelectorProducer@61375dff/IDLE/p=true/QueuedThreadPool[qtp666312528]@27b71f50{STARTED,8<=8<=200,i=3,r=2,q=0}[ReservedThreadExecutor@6daf2337{s=1/2,p=0}][pc=0,pic=0,pec=2,epc=5005]@2022-12-02T18:15:31.67317Z tryProduce true
2022-12-02T18:15:31.679Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0
2022-12-02T18:15:31.679Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0
2022-12-02T18:15:31.679Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=16/30000}{io=1/0,kio=1,kro=1}->SslConnection@1c3a00f7{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.679Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@1d4cc92f[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:31.679Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:15:31.679Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@3228ee03{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=14/30000}{io=0/0,kio=0,kro=1}->SslConnection@eee2747{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.680Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@6b4d090a[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:31.680Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1
2022-12-02T18:15:31.682Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@33467208[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@33467208[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=19/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=22/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@41f0e7e4::DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=23/30000} filled -1 HeapByteBuffer@33467208[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@41f0e7e4::DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=23/30000} parse HeapByteBuffer@33467208[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@33467208[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED
2022-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=23/30000}
2022-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=23/30000}
2022-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=20/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {}
2022-12-02T18:15:31.683Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=22/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=20/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@187a32a2[p=0,l=0,c=0,r=0]={<<<>>>}
2022-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:31.683Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false
2022-12-02T18:15:31.684Z||qtp666312528-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@62c18c30 waiting with 2 keys
2022-12-02T18:15:31.684Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=21/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.684Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true
2022-12-02T18:15:31.684Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP
2022-12-02T18:15:31.684Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true
2022-12-02T18:15:31.685Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {}
2022-12-02T18:15:31.685Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.685Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@1c3a00f7::SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{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-12-02T18:15:31.686Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=26/30000}
2022-12-02T18:15:31.685Z||qtp666312528-21|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@91449b4[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@91449b4[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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-12-02T18:15:31.686Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=26/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.686Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=26/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.686Z||qtp666312528-21|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|/10.233.72.80:8000,ISHUT,fill=-,flush=-,to=28/30000}{io=0/0,kio=0,kro=1}->SslConnection@eee2747{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4e961d3c{/10.233.72.109:58692<->/10.233.72.80:8000,OPEN,fill=-,flush=-,to=29/30000}=>HttpConnection@dd6f2c2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@706fa45b{s=START}]=>HttpChannelOverHttp@28456fd0{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.686Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@1268a6c0{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1c3a00f7{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7a81fcfb{/10.233.72.109:58690<->/10.233.72.80:8000,CLOSED,fill=-,flush=-,to=26/30000}=>HttpConnection@41f0e7e4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@692951af{s=START}]=>HttpChannelOverHttp@579150d5{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}
2022-12-02T18:15:31.686Z||qtp666312528-21|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1}
2022-12-02T18:15:31.686Z||qtp666312528-25|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7c7ad8e2{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(Que