By type
at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:25:24.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-09-30T08:25:24.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@77e2a3c3{/10.233.70.60:36766<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba56254{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@589e817a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3c77391d{s=START}]=>HttpChannelOverHttp@110c489d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:24.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@77e2a3c3{/10.233.70.60:36766<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba56254{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@589e817a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3c77391d{s=START}]=>HttpChannelOverHttp@110c489d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:24.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@77e2a3c3{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2ba56254{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@589e817a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3c77391d{s=START}]=>HttpChannelOverHttp@110c489d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:24.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@5d5f11d6{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:24.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@177bc1c3{null} 2021-09-30T08:25:24.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:24.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@750bf79 2021-09-30T08:25:24.067Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:24.067Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:24.067Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:25:24.067Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:24.067Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:24.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@77e2a3c3{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ba56254{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@589e817a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3c77391d{s=START}]=>HttpChannelOverHttp@110c489d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:24.067Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:25:24.067Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@750bf79 2021-09-30T08:25:24.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@77e2a3c3{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ba56254{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@589e817a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3c77391d{s=START}]=>HttpChannelOverHttp@110c489d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:24.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@67e325f7{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:24.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3b421280{null} 2021-09-30T08:25:24.068Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@77e2a3c3{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ba56254{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@589e817a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3c77391d{s=START}]=>HttpChannelOverHttp@110c489d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:24.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@589e817a::DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:25:24.069Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@589e817a::DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-09-30T08:25:24.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@589e817a::DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-09-30T08:25:24.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-09-30T08:25:24.069Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@2ba56254::SocketChannelEndPoint@77e2a3c3{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ba56254{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@589e817a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3c77391d{s=START}]=>HttpChannelOverHttp@110c489d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:24.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@589e817a::DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@3006f68d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:24.069Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@750bf79 2021-09-30T08:25:24.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|
/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@2ba56254{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5298aba6{/10.233.70.60:36766<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@589e817a[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3c77391d{s=START}]=>HttpChannelOverHttp@110c489d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:24.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@751c546a waiting 2021-09-30T08:25:27.409Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@443d0e59 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:25:27.409Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:25:27.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:27.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:27.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:27.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:27.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@443d0e59 2021-09-30T08:25:27.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@443d0e59 2021-09-30T08:25:27.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:27.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:27.410Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@443d0e59 2021-09-30T08:25:27.410Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:25:27.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@4042d906 2021-09-30T08:25:27.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@430033fb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:25:27.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:27.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:27.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:27.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@634cb787{AC.ReadCB@155c5874{HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-09-30T08:25:27.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:25:27.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@14a4cc62{SSLC.NBReadCB@d53efce{SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:27.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@69b6ca7 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:27.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:25:27.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@443d0e59 2021-09-30T08:25:27.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@69b6ca7 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:36816], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-09-30T08:25:27.413603Z 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-09-30T08:25:27.413688Z 2021-09-30T08:25:27.413Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-09-30T08:25:27.413823Z 2021-09-30T08:25:27.413Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-09-30T08:25:27.413886Z tryProduce true 2021-09-30T08:25:27.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1641]@2021-09-30T08:25:27.413784Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:25:27.413Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:27.413Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:27.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@14a4cc62{SSLC.NBReadCB@d53efce{SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:27.414Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.414Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:27.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@634cb787{AC.ReadCB@155c5874{HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-09-30T08:25:27.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@430033fb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:27.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:25:27.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7d844dbb[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:27.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:25:27.417Z||qtp142103421-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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@155c5874[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:25:27.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:27.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:25:27.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:25:27.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:25:27.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-09-30T08:25:27.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@12848106{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:27.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@14a4cc62{null} 2021-09-30T08:25:27.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:27.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@53bdbb7f 2021-09-30T08:25:27.419Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:27.419Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:27.419Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:25:27.419Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:27.419Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:27.419Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:25:27.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@29c96b3e{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:27.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@634cb787{null} 2021-09-30T08:25:27.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:25:27.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-09-30T08:25:27.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-09-30T08:25:27.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@430033fb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:27.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@17a5d4d5 waiting 2021-09-30T08:25:27.421Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@53bdbb7f 2021-09-30T08:25:27.421Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.421Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@155c5874::DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-09-30T08:25:27.421Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@d53efce::SocketChannelEndPoint@59c029ce{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@d53efce{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1b56f706{/10.233.70.60:36816<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@155c5874[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2191d7a5{s=START}]=>HttpChannelOverHttp@d42aaa3{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:27.421Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@53bdbb7f 2021-09-30T08:25:34.058Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@17cb3f44 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:25:34.058Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:25:34.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:34.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:34.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:34.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:34.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@17cb3f44 2021-09-30T08:25:34.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@17cb3f44 2021-09-30T08:25:34.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:34.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:34.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@17cb3f44 2021-09-30T08:25:34.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:25:34.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@398b0c43 2021-09-30T08:25:34.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@263a36d8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:25:34.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:34.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:25:34.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:25:34.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@1a666576{AC.ReadCB@47b2df48{HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:25:34.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:25:34.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.062Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@4b7fa1ed{SSLC.NBReadCB@af32c31{SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:34.062Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.062Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@58fe8e17 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:34.062Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:25:34.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:34.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:25:34.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:34.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:34.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@58fe8e17 2021-09-30T08:25:34.062Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:25:34.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@17cb3f44 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:36912], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-09-30T08:25:34.063588Z 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-09-30T08:25:34.063683Z 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1642]@2021-09-30T08:25:34.063745Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:25:34.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@4b7fa1ed{SSLC.NBReadCB@af32c31{SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:34.063Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-09-30T08:25:34.063901Z 2021-09-30T08:25:34.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.064Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-09-30T08:25:34.0641Z tryProduce true 2021-09-30T08:25:34.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@1a666576{AC.ReadCB@47b2df48{HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-09-30T08:25:34.064Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:34.064Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:34.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@263a36d8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:34.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:25:34.064Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.064Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:34.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7789b0bc[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:34.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@47b2df48[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:25:34.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:25:34.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:34.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:25:34.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:25:34.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:25:34.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-09-30T08:25:34.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@75206243{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:34.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4b7fa1ed{null} 2021-09-30T08:25:34.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:34.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@b923d8d 2021-09-30T08:25:34.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:34.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:34.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:25:34.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:34.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:34.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:25:34.070Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@b923d8d 2021-09-30T08:25:34.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.071Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@37876f11{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:34.071Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-09-30T08:25:34.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@1a666576{null} 2021-09-30T08:25:34.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:25:34.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-09-30T08:25:34.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-09-30T08:25:34.071Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@af32c31::SocketChannelEndPoint@12f6da8f{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@47b2df48::DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@263a36d8{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:34.071Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@b923d8d 2021-09-30T08:25:34.072Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@af32c31{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ca6b2{/10.233.70.60:36912<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@47b2df48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6d9d02eb{s=START}]=>HttpChannelOverHttp@7037a768{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:34.072Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@751c546a waiting 2021-09-30T08:25:37.409Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@52774568 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:25:37.410Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:25:37.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:37.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:37.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:37.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:37.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@52774568 2021-09-30T08:25:37.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@52774568 2021-09-30T08:25:37.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@52774568 2021-09-30T08:25:37.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:25:37.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:37.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:37.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@2feec515 2021-09-30T08:25:37.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@2cb544e0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:25:37.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:37.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:37.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:37.413Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@3397e293{AC.ReadCB@752afa0e{HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:25:37.413Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.413Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:25:37.413Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.413Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@11cf8465{SSLC.NBReadCB@3628ce96{SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:37.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6163a4b4 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:37.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:25:37.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:37.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:25:37.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:37.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:37.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@6163a4b4 2021-09-30T08:25:37.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@52774568 2021-09-30T08:25:37.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:37.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:37.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:25:37.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:25:37.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:36976], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:25:37.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-09-30T08:25:37.415406Z 2021-09-30T08:25:37.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-09-30T08:25:37.4155Z 2021-09-30T08:25:37.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1643]@2021-09-30T08:25:37.415561Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:25:37.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@11cf8465{SSLC.NBReadCB@3628ce96{SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:37.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@3397e293{AC.ReadCB@752afa0e{HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=4/30000}}} 2021-09-30T08:25:37.416Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-30T08:25:37.416215Z 2021-09-30T08:25:37.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@2cb544e0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:37.416Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-30T08:25:37.416373Z tryProduce true 2021-09-30T08:25:37.416Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:37.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:25:37.416Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:37.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.417Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@40452151[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:37.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:25:37.417Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:37.420Z||qtp142103421-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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:37.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@752afa0e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:37.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:25:37.422Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.422Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:25:37.422Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:37.422Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:25:37.422Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:25:37.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:25:37.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:25:37.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7e9d1c65{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:37.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@11cf8465{null} 2021-09-30T08:25:37.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:37.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1c6f1813 2021-09-30T08:25:37.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@120fafed{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:37.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@3397e293{null} 2021-09-30T08:25:37.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:25:37.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=13/30000} 2021-09-30T08:25:37.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=13/30000} 2021-09-30T08:25:37.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=13/30000} onFillable exit HttpChannelState@2cb544e0{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:37.424Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:37.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:37.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@17a5d4d5 waiting 2021-09-30T08:25:37.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:25:37.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:37.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:37.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:25:37.425Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1c6f1813 2021-09-30T08:25:37.428Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.429Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@752afa0e::DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=17/30000} 2021-09-30T08:25:37.429Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@3628ce96::SocketChannelEndPoint@2998af2e{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3628ce96{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@40386216{/10.233.70.60:36976<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@752afa0e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@35032297{s=START}]=>HttpChannelOverHttp@1d9bdb56{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:37.429Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1c6f1813 2021-09-30T08:25:44.058Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@ad7966 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:25:44.058Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:25:44.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:44.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:44.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:44.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:44.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@ad7966 2021-09-30T08:25:44.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@ad7966 2021-09-30T08:25:44.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:44.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:44.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@ad7966 2021-09-30T08:25:44.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 1 ms, remaining: 29999 ms 2021-09-30T08:25:44.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@7495c6b4 2021-09-30T08:25:44.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@397a1d83{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:25:44.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:44.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:44.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:44.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@33670698{AC.ReadCB@6300dc7e{HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:25:44.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:25:44.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5661cfa6{SSLC.NBReadCB@3a82fa7d{SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:44.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7b1d9605 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:44.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:25:44.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:44.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:25:44.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:44.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:44.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7b1d9605 2021-09-30T08:25:44.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@ad7966 2021-09-30T08:25:44.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:37072], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-30T08:25:44.062436Z 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-30T08:25:44.062532Z 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1644]@2021-09-30T08:25:44.062596Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5661cfa6{SSLC.NBReadCB@3a82fa7d{SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@33670698{AC.ReadCB@6300dc7e{HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-09-30T08:25:44.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@397a1d83{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:44.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:25:44.063Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-30T08:25:44.063794Z 2021-09-30T08:25:44.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3a82fa7d{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@7bf57c82[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:44.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:25:44.063Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-30T08:25:44.063892Z tryProduce true 2021-09-30T08:25:44.063Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:44.063Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:44.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.066Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.066Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:44.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:25:44.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:25:44.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:25:44.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-09-30T08:25:44.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@61115824{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:44.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5661cfa6{null} 2021-09-30T08:25:44.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6de25cf0 2021-09-30T08:25:44.068Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6de25cf0 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.068Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@697f051c{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:44.068Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@33670698{null} 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-09-30T08:25:44.068Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@3a82fa7d::SocketChannelEndPoint@5d7145b9{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-09-30T08:25:44.068Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6de25cf0 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6300dc7e::DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@397a1d83{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:44.068Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:44.068Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:44.068Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:25:44.068Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:44.068Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:44.068Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3a82fa7d{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6e71c179{/10.233.70.60:37072<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@6300dc7e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a188e5d{s=START}]=>HttpChannelOverHttp@42d37102{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:44.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@751c546a waiting 2021-09-30T08:25:47.410Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@2ccee0ec on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:25:47.410Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:25:47.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:47.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:47.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:47.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:47.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@2ccee0ec 2021-09-30T08:25:47.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@2ccee0ec 2021-09-30T08:25:47.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:47.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@2ccee0ec 2021-09-30T08:25:47.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:47.413Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:25:47.413Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@4157c5c7 2021-09-30T08:25:47.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@5c94390b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:25:47.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:25:47.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:25:47.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:25:47.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@701e1d47{AC.ReadCB@2312b6a3{HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:25:47.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:25:47.414Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.415Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@468f1a49{SSLC.NBReadCB@3b35b048{SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:47.415Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.415Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@50ae5520 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:47.415Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:25:47.415Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.415Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@2ccee0ec 2021-09-30T08:25:47.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:47.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:25:47.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:47.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:47.415Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@50ae5520 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=0}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:37118], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-30T08:25:47.417629Z 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-30T08:25:47.417717Z 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1645]@2021-09-30T08:25:47.417795Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@468f1a49{SSLC.NBReadCB@3b35b048{SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:47.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@701e1d47{AC.ReadCB@2312b6a3{HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=4/30000}}} 2021-09-30T08:25:47.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@5c94390b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:47.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:25:47.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-09-30T08:25:47.418332Z 2021-09-30T08:25:47.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-09-30T08:25:47.418398Z tryProduce true 2021-09-30T08:25:47.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:47.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:47.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:47.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@6d411e70[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:47.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:25:47.423Z||qtp142103421-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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=START,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:25:47.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:47.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:25:47.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:25:47.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:47.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:25:47.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:25:47.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:25:47.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:25:47.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@98a2c4b{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:47.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@468f1a49{null} 2021-09-30T08:25:47.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:47.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:47.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:47.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:25:47.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:47.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:47.425Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:25:47.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@66158a50 2021-09-30T08:25:47.425Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@66158a50 2021-09-30T08:25:47.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@57570e3d{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:47.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@701e1d47{null} 2021-09-30T08:25:47.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:25:47.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000} 2021-09-30T08:25:47.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000} 2021-09-30T08:25:47.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@5c94390b{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:47.426Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.427Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@17a5d4d5 waiting 2021-09-30T08:25:47.427Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@2312b6a3::DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=13/30000} 2021-09-30T08:25:47.427Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@3b35b048::SocketChannelEndPoint@4dd83595{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b35b048{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@506cca0e{/10.233.70.60:37118<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@2312b6a3[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@dbf319a{s=START}]=>HttpChannelOverHttp@2cd68d24{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:47.427Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@66158a50 2021-09-30T08:25:54.060Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@6231db2e on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:25:54.060Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:25:54.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:54.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:54.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:54.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:54.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6231db2e 2021-09-30T08:25:54.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6231db2e 2021-09-30T08:25:54.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:54.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:54.062Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6231db2e 2021-09-30T08:25:54.062Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:25:54.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@6e310cae 2021-09-30T08:25:54.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@8a5cd4d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:25:54.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:25:54.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:25:54.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:25:54.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@f28a42c{AC.ReadCB@6e97f48b{HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:25:54.065Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.065Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:25:54.065Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.065Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5e4a2aee{SSLC.NBReadCB@776af712{SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:54.065Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.065Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7eb88452 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:54.065Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:25:54.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:54.065Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.065Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6231db2e 2021-09-30T08:25:54.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:25:54.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:54.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:54.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7eb88452 2021-09-30T08:25:54.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:54.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:54.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:25:54.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:25:54.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:37224], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:25:54.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-09-30T08:25:54.067629Z 2021-09-30T08:25:54.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-09-30T08:25:54.068702Z 2021-09-30T08:25:54.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1646]@2021-09-30T08:25:54.069094Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:25:54.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5e4a2aee{SSLC.NBReadCB@776af712{SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:54.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@f28a42c{AC.ReadCB@6e97f48b{HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=6/30000}}} 2021-09-30T08:25:54.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000} onFillable enter HttpChannelState@8a5cd4d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:54.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}{io=1/0,kio=1,kro=1}->SslConnection@776af712{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:25:54.072Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-30T08:25:54.072131Z 2021-09-30T08:25:54.072Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-30T08:25:54.072236Z tryProduce true 2021-09-30T08:25:54.072Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:54.072Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:54.072Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->SslConnection@776af712{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.072Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@5205cab6[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:54.072Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:25:54.079Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:54.079Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.080Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:54.080Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=15/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.080Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:25:54.080Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=16/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:54.080Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:25:54.080Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:54.080Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:25:54.080Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=16/30000} 2021-09-30T08:25:54.080Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=16/30000} 2021-09-30T08:25:54.080Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=15/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:25:54.081Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.081Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:25:54.081Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:54.081Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:25:54.081Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=16/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.081Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:25:54.081Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:54.081Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:25:54.082Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:25:54.082Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.083Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:25:54.083Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=19/30000} 2021-09-30T08:25:54.083Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.084Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.084Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.084Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2dff09da{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:54.084Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5e4a2aee{null} 2021-09-30T08:25:54.084Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:54.084Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3c39be9c 2021-09-30T08:25:54.084Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:54.084Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:54.084Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3c39be9c 2021-09-30T08:25:54.084Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:25:54.084Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:54.084Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:54.084Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.084Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:25:54.084Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.084Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.085Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7663245b{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:54.085Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@f28a42c{null} 2021-09-30T08:25:54.085Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=21/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:25:54.085Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=21/30000} 2021-09-30T08:25:54.085Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=21/30000} 2021-09-30T08:25:54.085Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=21/30000} 2021-09-30T08:25:54.085Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@6e97f48b::DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=21/30000} onFillable exit HttpChannelState@8a5cd4d{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:54.085Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@776af712::SocketChannelEndPoint@6569855d{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.085Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3c39be9c 2021-09-30T08:25:54.085Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@776af712{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@214fe754{/10.233.70.60:37224<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@6e97f48b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2941cbec{s=START}]=>HttpChannelOverHttp@36f5f231{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:54.085Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@751c546a waiting 2021-09-30T08:25:57.409Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@a058e05 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:25:57.409Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:25:57.409Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:57.409Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:57.409Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:57.409Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:57.409Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@a058e05 2021-09-30T08:25:57.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@a058e05 2021-09-30T08:25:57.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:57.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:57.410Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@a058e05 2021-09-30T08:25:57.410Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:25:57.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@249d58b1 2021-09-30T08:25:57.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@50b0fbbb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:25:57.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:57.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:57.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:25:57.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@413805be{AC.ReadCB@1e2679cc{HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:25:57.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:25:57.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6c7dec4c{SSLC.NBReadCB@76a996aa{SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:57.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@565b3baf on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:57.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:25:57.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.412Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@a058e05 2021-09-30T08:25:57.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:57.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:25:57.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:25:57.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:25:57.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@565b3baf 2021-09-30T08:25:57.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:57.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:57.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:25:57.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:37266], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-30T08:25:57.413254Z 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-30T08:25:57.413313Z 2021-09-30T08:25:57.413Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-30T08:25:57.413437Z 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1647]@2021-09-30T08:25:57.413376Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:25:57.413Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-30T08:25:57.413541Z tryProduce true 2021-09-30T08:25:57.413Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:57.413Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6c7dec4c{SSLC.NBReadCB@76a996aa{SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.413Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.413Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@413805be{AC.ReadCB@1e2679cc{HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@50b0fbbb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:25:57.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@6a30a246[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:57.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:25:57.416Z||qtp142103421-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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:57.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:25:57.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:57.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:25:57.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:25:57.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:25:57.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-09-30T08:25:57.416Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000} 2021-09-30T08:25:57.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:25:57.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:25:57.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:57.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:25:57.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:25:57.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:25:57.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:25:57.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:25:57.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:25:57.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000} 2021-09-30T08:25:57.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@20bde25a{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6c7dec4c{null} 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f743696 2021-09-30T08:25:57.419Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@7c869ea1{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@413805be{null} 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000} 2021-09-30T08:25:57.419Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f743696 2021-09-30T08:25:57.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@50b0fbbb{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:25:57.420Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:25:57.420Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:25:57.420Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:25:57.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.420Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@17a5d4d5 waiting 2021-09-30T08:25:57.420Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:25:57.420Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@1e2679cc::DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-09-30T08:25:57.420Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:25:57.420Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@76a996aa::SocketChannelEndPoint@24e99d4e{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@76a996aa{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@385b0213{/10.233.70.60:37266<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1e2679cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@168249f6{s=START}]=>HttpChannelOverHttp@1afe5339{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:25:57.420Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f743696 2021-09-30T08:26:04.058Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@6188a06a on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:26:04.058Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:26:04.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:04.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:26:04.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:26:04.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:26:04.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@6188a06a 2021-09-30T08:26:04.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@6188a06a 2021-09-30T08:26:04.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:04.059Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:04.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@6188a06a 2021-09-30T08:26:04.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:26:04.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@1342f81a 2021-09-30T08:26:04.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7657fd28{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:26:04.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:26:04.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@5d66354{AC.ReadCB@72d159d0{HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@7d31b5e7{SSLC.NBReadCB@6bf6e4c1{SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@213d866c on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:26:04.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:04.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:26:04.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:26:04.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:26:04.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@213d866c 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@6188a06a 2021-09-30T08:26:04.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:04.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:04.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:26:04.060Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:26:04.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:37364], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:26:04.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-30T08:26:04.061513Z 2021-09-30T08:26:04.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-30T08:26:04.061628Z 2021-09-30T08:26:04.061Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-30T08:26:04.061822Z 2021-09-30T08:26:04.061Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-30T08:26:04.061739Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:26:04.061Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1648]@2021-09-30T08:26:04.061909Z tryProduce true 2021-09-30T08:26:04.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@7d31b5e7{SSLC.NBReadCB@6bf6e4c1{SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:26:04.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.062Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:26:04.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@5d66354{AC.ReadCB@72d159d0{HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-09-30T08:26:04.062Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:04.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7657fd28{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:26:04.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:26:04.063Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.063Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:04.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@5fab7901[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:04.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:26:04.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:04.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@72d159d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:26:04.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:26:04.067Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:26:04.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:26:04.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:26:04.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:26:04.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:26:04.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-09-30T08:26:04.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2e17f136{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:26:04.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@7d31b5e7{null} 2021-09-30T08:26:04.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:26:04.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@41b95953 2021-09-30T08:26:04.069Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@41b95953 2021-09-30T08:26:04.069Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:04.069Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:26:04.069Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:26:04.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:26:04.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:04.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:26:04.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3386d4f7{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:26:04.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@5d66354{null} 2021-09-30T08:26:04.071Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:26:04.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:26:04.071Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:26:04.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:26:04.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@72d159d0::DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@7657fd28{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:26:04.072Z||qtp142103421-26|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@6bf6e4c1::SocketChannelEndPoint@59812ec2{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.072Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6bf6e4c1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2670201a{/10.233.70.60:37364<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@72d159d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4ca16955{s=START}]=>HttpChannelOverHttp@1cd0bdc6{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:04.072Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@751c546a waiting 2021-09-30T08:26:04.072Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@41b95953 2021-09-30T08:26:07.410Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@3a9af537 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:26:07.410Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:26:07.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:07.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:26:07.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:26:07.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:26:07.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@3a9af537 2021-09-30T08:26:07.410Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@3a9af537 2021-09-30T08:26:07.410Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@3a9af537 2021-09-30T08:26:07.410Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:26:07.410Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@5386ef72 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@1d6846f9{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:26:07.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:07.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6746500b{AC.ReadCB@79f1d759{HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@107a18a5{SSLC.NBReadCB@7a5e02c3{SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@1a385873 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.411Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@3a9af537 2021-09-30T08:26:07.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:07.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:26:07.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:26:07.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:26:07.411Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@1a385873 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:37412], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-09-30T08:26:07.41257Z 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-09-30T08:26:07.41267Z 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1649]@2021-09-30T08:26:07.41275Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:26:07.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@107a18a5{SSLC.NBReadCB@7a5e02c3{SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:26:07.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6746500b{AC.ReadCB@79f1d759{HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-09-30T08:26:07.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1d6846f9{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:26:07.413Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@668aea6b IDLE 2021-09-30T08:26:07.413Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0} tryExecute STOP! 2021-09-30T08:26:07.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:26:07.414Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-09-30T08:26:07.413636Z 2021-09-30T08:26:07.414Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-09-30T08:26:07.41448Z tryProduce true 2021-09-30T08:26:07.414Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:26:07.414Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:07.414Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=0/2,p=0}@668aea6b offer STOP! 2021-09-30T08:26:07.414Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=0/2,p=0}@668aea6b task=STOP! 2021-09-30T08:26:07.414Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=0/2,p=0}@668aea6b Exited 2021-09-30T08:26:07.414Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran ReservedThreadExecutor@432034a{s=0/2,p=0}@668aea6b 2021-09-30T08:26:07.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@5cabaee4[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:07.414Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:26:07.414Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.417Z||qtp142103421-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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:07.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@79f1d759[p=HttpParser{s=START,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:26:07.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:07.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:07.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:26:07.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:07.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:26:07.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} 2021-09-30T08:26:07.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=7/30000} 2021-09-30T08:26:07.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:26:07.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:26:07.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:26:07.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:26:07.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:26:07.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:26:07.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:26:07.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:26:07.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:26:07.420Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000} 2021-09-30T08:26:07.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@3285e361{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:26:07.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@107a18a5{null} 2021-09-30T08:26:07.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:26:07.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a3e1006 2021-09-30T08:26:07.421Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a3e1006 2021-09-30T08:26:07.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.422Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.422Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:26:07.422Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.422Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@7a5e02c3::SocketChannelEndPoint@5292056b{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.422Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7a3e1006 2021-09-30T08:26:07.422Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:07.422Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:26:07.422Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:26:07.422Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:26:07.422Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:07.422Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:26:07.422Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@30b0c2bd{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:26:07.422Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6746500b{null} 2021-09-30T08:26:07.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:26:07.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000} 2021-09-30T08:26:07.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000} 2021-09-30T08:26:07.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@79f1d759::DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@1d6846f9{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:26:07.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@7a5e02c3{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5f13a92d{/10.233.70.60:37412<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@79f1d759[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@38c68664{s=START}]=>HttpChannelOverHttp@501a76c2{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:07.423Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 waiting 2021-09-30T08:26:14.058Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@569eb1e1 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:26:14.058Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:26:14.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:14.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:26:14.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:26:14.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:26:14.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@569eb1e1 2021-09-30T08:26:14.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@569eb1e1 2021-09-30T08:26:14.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:14.058Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:14.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@569eb1e1 2021-09-30T08:26:14.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:26:14.059Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@506bab9a 2021-09-30T08:26:14.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@67a5440{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:26:14.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:26:14.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:26:14.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:26:14.060Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@db915d9{AC.ReadCB@bc0186e{HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:26:14.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:26:14.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6317f68{SSLC.NBReadCB@6df51a1{SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:26:14.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@7a1f6456 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:26:14.061Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:26:14.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:14.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:26:14.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:26:14.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:26:14.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@7a1f6456 2021-09-30T08:26:14.062Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:14.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:14.062Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@569eb1e1 2021-09-30T08:26:14.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:26:14.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:26:14.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:37502], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:26:14.063Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-09-30T08:26:14.063887Z 2021-09-30T08:26:14.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=0/2,p=0}@17a5d4d5 offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=5,r=2,q=0}[ReservedThreadExecutor@432034a{s=0/2,p=0}][pc=0,pic=0,pec=1,epc=1650]@2021-09-30T08:26:14.064038Z 2021-09-30T08:26:14.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=0/2,p=1} startReservedThread p=1 2021-09-30T08:26:14.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue ReservedThreadExecutor@432034a{s=0/2,p=1}@26ee096c 2021-09-30T08:26:14.065Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run ReservedThreadExecutor@432034a{s=0/2,p=1}@26ee096c 2021-09-30T08:26:14.065Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=0/2,p=0}@17a5d4d5 task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1650]@2021-09-30T08:26:14.065367Z 2021-09-30T08:26:14.065Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1650]@2021-09-30T08:26:14.065461Z tryProduce true 2021-09-30T08:26:14.065Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:26:14.065Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:14.065Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=1}@26ee096c started 2021-09-30T08:26:14.065Z||qtp142103421-26|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@26ee096c waiting 2021-09-30T08:26:14.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=0/2,p=1}][pc=0,pic=0,pec=1,epc=1650]@2021-09-30T08:26:14.065308Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:26:14.065Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.065Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:14.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6317f68{SSLC.NBReadCB@6df51a1{SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:26:14.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=5/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@db915d9{AC.ReadCB@bc0186e{HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=5/30000}}} 2021-09-30T08:26:14.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000} onFillable enter HttpChannelState@67a5440{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:26:14.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:26:14.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@2d16af23[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:14.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:26:14.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|unwrap net_filled=-1 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:14.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@bc0186e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:26:14.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:14.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:26:14.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:14.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:26:14.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=8/30000} 2021-09-30T08:26:14.068Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=8/30000} 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:26:14.069Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@2832e71a{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@6317f68{null} 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@11edfc93 2021-09-30T08:26:14.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.070Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@11edfc93 2021-09-30T08:26:14.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:26:14.070Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:26:14.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:26:14.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:14.070Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:26:14.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@479e22ab{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:26:14.071Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@db915d9{null} 2021-09-30T08:26:14.071Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:26:14.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:26:14.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:26:14.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:26:14.071Z||qtp142103421-20|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@6df51a1::SocketChannelEndPoint@6691b8df{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@bc0186e::DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@67a5440{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:26:14.071Z||qtp142103421-20|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@11edfc93 2021-09-30T08:26:14.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@6df51a1{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6d464e77{/10.233.70.60:37502<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@bc0186e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@59b582fb{s=START}]=>HttpChannelOverHttp@2005a2fd{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:14.071Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@751c546a waiting 2021-09-30T08:26:17.412Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@70cd7891 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:26:17.412Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:26:17.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:17.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:26:17.412Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:26:17.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:26:17.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@70cd7891 2021-09-30T08:26:17.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@70cd7891 2021-09-30T08:26:17.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:17.413Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:17.413Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@70cd7891 2021-09-30T08:26:17.413Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:26:17.413Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@51b1b129 2021-09-30T08:26:17.415Z||qtp142103421-25|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@396cd81f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:26:17.415Z||qtp142103421-25|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000} 2021-09-30T08:26:17.415Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.415Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.416Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000} 2021-09-30T08:26:17.416Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000} 2021-09-30T08:26:17.416Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@4085395b{AC.ReadCB@65080ee2{HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:26:17.416Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.416Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:26:17.416Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.417Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@655f40b7{SSLC.NBReadCB@247965a9{SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:26:17.417Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.417Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@a643598 on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:26:17.417Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@a643598 2021-09-30T08:26:17.417Z||qtp142103421-25|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=0/1,kio=0,kro=0}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:17.417Z||qtp142103421-25|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@70cd7891 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:26:17.417Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:37546], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:26:17.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-09-30T08:26:17.41833Z 2021-09-30T08:26:17.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-09-30T08:26:17.41843Z 2021-09-30T08:26:17.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1651]@2021-09-30T08:26:17.418507Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:26:17.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@751c546a task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-30T08:26:17.418666Z 2021-09-30T08:26:17.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@655f40b7{SSLC.NBReadCB@247965a9{SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:26:17.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-30T08:26:17.418744Z tryProduce true 2021-09-30T08:26:17.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:26:17.418Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>c.onFillable SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.418Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:17.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|onFillable SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.419Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.419Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:17.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@4085395b{AC.ReadCB@65080ee2{HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-09-30T08:26:17.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@396cd81f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:26:17.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>fill SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.419Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|fill NOT_HANDSHAKING 2021-09-30T08:26:17.421Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownInput SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NOT_HANDSHAKING,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.422Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|filled -1 HeapByteBuffer@2c6ee566[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:17.422Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net filled=-1 2021-09-30T08:26:17.424Z||qtp142103421-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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\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@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:17.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@65080ee2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.424Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|atEOF HttpParser{s=START,0 of -1} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} {} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|parseNext s=START HeapByteBuffer@7ffbe9e7[p=0,l=0,c=17408,r=0]={<<<>>>\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.http.HttpParser|DEBUG|START --> CLOSED 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=9/30000} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|shutdownOutput: SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=true {} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>flush SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush b[0]=HeapByteBuffer@7917d93e[p=0,l=0,c=0,r=0]={<<<>>>} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 0 [p=0,l=7,c=17408,r=7] ioDone=false/false 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|flushed 7 SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NEED_WRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|net flushed=true, ac=true 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|flush NEED_WRAP 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 7 sequenceNumber = 1 [p=0,l=7,c=17408,r=7] ioDone=false/true 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|handshake failed SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} {} 2021-09-30T08:26:17.425Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:284) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:909) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1110) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.write0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:262) ... 26 common frames omitted 2021-09-30T08:26:17.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000} 2021-09-30T08:26:17.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|doClose SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@265a6ecd{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:215) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1130) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1176) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:26:17.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@655f40b7{null} 2021-09-30T08:26:17.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:26:17.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1049e591 2021-09-30T08:26:17.426Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1049e591 2021-09-30T08:26:17.426Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.427Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Destroyed SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.427Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|close(null) SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.427Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:26:17.427Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.WriteFlusher|DEBUG|ignored: WriteFlusher@4dcfb2c7{IDLE}->null java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.WriteFlusher.onClose(WriteFlusher.java:492) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:353) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:248) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:234) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1551) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:369) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:427) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:321) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:159) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804) at java.base/java.lang.Thread.run(Unknown Source) 2021-09-30T08:26:17.427Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|onClose FillInterest@4085395b{null} 2021-09-30T08:26:17.427Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-09-30T08:26:17.427Z||qtp142103421-24|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onClose SslConnection@247965a9::SocketChannelEndPoint@77402683{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.427Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|releaseRequestBuffer HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:26:17.427Z||qtp142103421-24|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1049e591 2021-09-30T08:26:17.428Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|shutdownOutput DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=11/30000} 2021-09-30T08:26:17.428Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:17.428Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:26:17.428Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 0 updates 2021-09-30T08:26:17.428Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:26:17.428Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:17.428Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 0 keys 2021-09-30T08:26:17.428Z||qtp142103421-27|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|HttpConnection@65080ee2::DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@396cd81f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} null 2021-09-30T08:26:17.428Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@247965a9{NEED_UNWRAP,eio=-1/7,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@4f6e8b4f{/10.233.70.60:37546<->/10.233.70.116:8000,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@65080ee2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ff6b69a{s=START}]=>HttpChannelOverHttp@284d2fad{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:17.428Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0}@17a5d4d5 waiting 2021-09-30T08:26:24.061Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{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@54e21d12 on ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=0 2021-09-30T08:26:24.061Z||qtp142103421-21-acceptor-0@21d6dc81-ServerConnector@73ba6fe6{SSL,[ssl, http/1.1]}{0.0.0.0:8000}|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=0 selected=0 updates=1 2021-09-30T08:26:24.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:24.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/0 selected 2021-09-30T08:26:24.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:26:24.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:26:24.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ManagedSelector$Accept@54e21d12 2021-09-30T08:26:24.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|queue org.eclipse.jetty.io.ManagedSelector$Accept@54e21d12 2021-09-30T08:26:24.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:24.062Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:24.062Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|run org.eclipse.jetty.io.ManagedSelector$Accept@54e21d12 2021-09-30T08:26:24.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.IdleTimeout|DEBUG|SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-09-30T08:26:24.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.ssl.SslContextFactory|DEBUG|Customize sun.security.ssl.SSLEngineImpl@4a1a5849 2021-09-30T08:26:24.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpChannel|DEBUG|new HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@dffbb6f{s=IDLE a=NOT_ASYNC i=true r=IDLE w=false} 2021-09-30T08:26:24.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.server.HttpConnection|DEBUG|New HTTP Connection HttpConnection@15bf6289::DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:26:24.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractEndPoint|DEBUG|onOpen SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:24.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen SslConnection@3fead32f::SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:24.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|onOpen HttpConnection@15bf6289::DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:26:24.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.AbstractConnection|DEBUG|fillInterested HttpConnection@15bf6289::DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000} 2021-09-30T08:26:24.063Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@33a9052{AC.ReadCB@15bf6289{HttpConnection@15bf6289::DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-09-30T08:26:24.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|>needFillInterest uf=false SslConnection@3fead32f::SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:24.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG|ei=null di=null 2021-09-30T08:26:24.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ssl.SslConnection|DEBUG| /10.233.70.116:8000,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:24.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|interested FillInterest@6d7f0196{SSLC.NBReadCB@3fead32f{SslConnection@3fead32f::SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:26:24.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|changeInterests p=false 0->1 for SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:24.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Queued change org.eclipse.jetty.io.ChannelEndPoint$1@4e5d4bd on ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=0 2021-09-30T08:26:24.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Wakeup on submit ManagedSelector@61375dff{STARTED} id=0 keys=1 selected=0 updates=1 2021-09-30T08:26:24.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken with none selected 2021-09-30T08:26:24.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 0/0/1 selected 2021-09-30T08:26:24.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 0 keys, 1 updates 2021-09-30T08:26:24.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 1 2021-09-30T08:26:24.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|update org.eclipse.jetty.io.ChannelEndPoint$1@4e5d4bd 2021-09-30T08:26:24.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Created SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:24.064Z||qtp142103421-23|AAIUI||org.eclipse.jetty.util.thread.QueuedThreadPool|DEBUG|ran org.eclipse.jetty.io.ManagedSelector$Accept@54e21d12 2021-09-30T08:26:24.064Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 0 -> 1 on SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:24.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:24.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 waiting with 1 keys 2021-09-30T08:26:24.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 woken up from select, 1/1/1 selected 2021-09-30T08:26:24.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|Selector sun.nio.ch.EPollSelectorImpl@11b562e8 processing 1 keys, 0 updates 2021-09-30T08:26:24.065Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.116:8000 remote=/10.233.70.60:37646], selector=sun.nio.ch.EPollSelectorImpl@11b562e8, interestOps=1, readyOps=1 SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:24.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|onSelected 1->0 r=true w=false for SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0} 2021-09-30T08:26:24.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|task CEP:SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-09-30T08:26:24.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=2/2,p=0} tryExecute EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=2/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-30T08:26:24.066281Z 2021-09-30T08:26:24.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 offer EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/PRODUCING/p=false/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-30T08:26:24.066421Z 2021-09-30T08:26:24.066Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.ReservedThreadExecutor|DEBUG|ReservedThreadExecutor@432034a{s=1/2,p=0}@17a5d4d5 task=EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-30T08:26:24.066662Z 2021-09-30T08:26:24.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-30T08:26:24.066595Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-09-30T08:26:24.066Z||qtp142103421-27|AAIUI||org.eclipse.jetty.util.thread.strategy.EatWhatYouKill|DEBUG|EatWhatYouKill@63ede2a0/SelectorProducer@57df93c1/IDLE/p=true/QueuedThreadPool[qtp142103421]@878537d{STARTED,8<=8<=200,i=4,r=2,q=0}[ReservedThreadExecutor@432034a{s=1/2,p=0}][pc=0,pic=0,pec=1,epc=1652]@2021-09-30T08:26:24.066718Z tryProduce true 2021-09-30T08:26:24.066Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updateable 0 2021-09-30T08:26:24.066Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ManagedSelector|DEBUG|updates 0 2021-09-30T08:26:24.066Z||qtp142103421-22|AAIUI||org.eclipse.jetty.io.FillInterest|DEBUG|fillable FillInterest@6d7f0196{SSLC.NBReadCB@3fead32f{SslConnection@3fead32f::SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e14524{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@15bf6289[p=HttpParser{s=START,0 of -1},g=HttpGenerator@736e6993{s=START}]=>HttpChannelOverHttp@47dda45d{r=0,c=false,c=false/false,a=IDLE,uri=null,age=0}}} 2021-09-30T08:26:24.066Z||qtp142103421-27|AAIUI||org.eclipse.jetty.io.ChannelEndPoint|DEBUG|Key interests updated 1 -> 0 on SocketChannelEndPoint@fc883b4{/10.233.70.60:37646<->/10.233.70.116:8000,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3fead32f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fil