By type
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617) at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47) at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249) at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37) at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54) at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:500) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-13 09:32:19 940 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - WebApplicationException (WAE) with non-null entity thrown. Response with status 499 is directly generated from the WAE. javax.ws.rs.WebApplicationException: HTTP 499 at org.onap.holmes.common.utils.ExceptionUtil.buildExceptionResponse(ExceptionUtil.java:32) at org.onap.holmes.rulemgt.resources.RuleMgtResources.getCorrelationRules(RuleMgtResources.java:140) at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:50) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617) at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47) at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249) at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37) at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54) at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:500) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-13 09:32:19 941 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@1a854bd8 exclude by status 499 2021-08-13 09:32:19 941 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@3753f0d0[p=0,l=25,c=8192,r=25]={<<
>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@4f657e40{null} 2021-08-13 09:32:19 941 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7} 499 HTTP/1.1 Date: Fri, 13 Aug 2021 09:32:19 GMT X-TransactionID: a7d632e8-cbff-4018-a185-e8be56978f18 X-InvocationID: be5259f1-8043-4639-9c4b-3ff7e5da4290 Content-Length: 25 Content-Type: text/plain 2021-08-13 09:32:19 941 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@8b717a[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@30602138] (null,[p=0,l=25,c=8192,r=25],true)@START 2021-08-13 09:32:19 941 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=25} last=true content=HeapByteBuffer@3753f0d0[p=0,l=25,c=8192,r=25]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 941 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Fri, 13 Aug 2021 09:32:19 GMT X-TransactionID: a7d632e8-cbff-4018-a185-e8be56978f18 X-InvocationID: be5259f1-8043-4639-9c4b-3ff7e5da4290 Content-Length: 25 Content-Type: text/plain 2021-08-13 09:32:19 941 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@8b717a[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@30602138] ([p=0,l=209,c=8192,r=209],[p=0,l=25,c=8192,r=25],true)@COMPLETING 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@189d8294{IDLE}->null [HeapByteBuffer@6ffc9c7c[p=0,l=209,c=8192,r=209]={<< >>ary: Acce...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@3753f0d0[p=0,l=25,c=8192,r=25]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@189d8294{WRITING}->null:IDLE-->WRITING 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@5f8b599a::SocketChannelEndPoint@5f32456e{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=W,to=14/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1e3e5214{s=COMPLETING}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8} 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6ffc9c7c[p=0,l=209,c=8192,r=209]={<< >>ary: Acce...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@3753f0d0[p=0,l=25,c=8192,r=25]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 234 bytesProduced = 263 sequenceNumber = 1 [p=0,l=263,c=17408,r=263] ioDone=false/false 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 263 SocketChannelEndPoint@5f32456e{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=W,to=15/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1e3e5214{s=COMPLETING}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8} 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=W,to=15/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1e3e5214{s=COMPLETING}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8} 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=234 remaining=0 WriteFlusher@189d8294{WRITING}->null 2021-08-13 09:32:19 942 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@189d8294{IDLE}->null:WRITING-->IDLE 2021-08-13 09:32:19 943 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@8b717a[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@30602138] ([p=209,l=209,c=8192,r=0],[p=25,l=25,c=8192,r=0],true)@END 2021-08-13 09:32:19 943 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-30 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=8b1de877-8e4e-446d-97c1-400bd02d5896, referenceCounter=0, store size=0} on thread dw-30 - GET /api/holmes-rule-mgmt/v1/rule 2021-08-13 09:32:19 943 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Exiting. 2021-08-13 09:32:19 943 DEBUG [org.eclipse.jetty.server.Server][dw-30] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9} 2021-08-13 09:32:19 943 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - unhandle HttpChannelState@29408568{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-08-13 09:32:19 943 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@29408568{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:19 943 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9} 2021-08-13 09:32:19 943 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << "HTTP/1.1 499 [\r][\n]" 2021-08-13 09:32:19 943 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << "Date: Fri, 13 Aug 2021 09:32:19 GMT[\r][\n]" 2021-08-13 09:32:19 943 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - completed HttpChannelState@29408568{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:19 943 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << "X-TransactionID: a7d632e8-cbff-4018-a185-e8be56978f18[\r][\n]" 2021-08-13 09:32:19 943 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << "X-InvocationID: be5259f1-8043-4639-9c4b-3ff7e5da4290[\r][\n]" 2021-08-13 09:32:19 943 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << "Content-Type: text/plain[\r][\n]" 2021-08-13 09:32:19 943 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << "Content-Length: 25[\r][\n]" 2021-08-13 09:32:19 943 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << "[\r][\n]" 2021-08-13 09:32:19 943 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - unhandle HttpChannelState@29408568{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:19 943 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@29408568{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:19 944 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=10} 2021-08-13 09:32:19 944 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=25 2021-08-13 09:32:19 944 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - unconsumed input HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=16/30000} 127.0.0.1 - - [13/Aug/2021:09:32:19 +0000] "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1" 499 25 "-" "Apache-HttpClient/4.5.10 (Java/11.0.6)" 10 2021-08-13 09:32:19 944 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@5f8b599a::SocketChannelEndPoint@5f32456e{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1e3e5214{s=END}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=10} 2021-08-13 09:32:19 944 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:19 944 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << "Failed to query the rule." 2021-08-13 09:32:19 944 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 0 HeapByteBuffer@4c9b7212[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\xE7\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 944 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:19 944 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 944 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << HTTP/1.1 499 2021-08-13 09:32:19 944 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << Date: Fri, 13 Aug 2021 09:32:19 GMT 2021-08-13 09:32:19 944 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << X-TransactionID: a7d632e8-cbff-4018-a185-e8be56978f18 2021-08-13 09:32:19 945 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << X-InvocationID: be5259f1-8043-4639-9c4b-3ff7e5da4290 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1e3e5214{s=END}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=10} 2021-08-13 09:32:19 945 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << Content-Type: text/plain 2021-08-13 09:32:19 945 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225 << Content-Length: 25 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@5f8b599a::SocketChannelEndPoint@5f32456e{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1e3e5214{s=END}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=11} 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:19 945 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection can be kept alive indefinitely 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 0 HeapByteBuffer@4c9b7212[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\xE7\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 945 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Cancelling request execution 2021-08-13 09:32:19 945 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-225: Shutdown connection 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1e3e5214{s=END}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=11} 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=18/30000} filled 0 HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=18/30000} parse HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - CONTENT --> CONTENT_END 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=11} 2021-08-13 09:32:19 945 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection discarded 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - CONTENT_END --> END 2021-08-13 09:32:19 945 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection released: [id: 225][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200] 2021-08-13 09:32:19 945 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=11} 2021-08-13 09:32:19 946 ERROR [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Failed to get right response!Get an error status from server : 499 org.onap.holmes.common.exception.CorrelationException: Get an error status from server : 499 at org.onap.holmes.common.utils.HttpsUtils.extractResponseEntity(HttpsUtils.java:153) at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.getAllCorrelationRules(DcaeConfigurationPolling.java:108) at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:79) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.server.HttpInput][dw-30] invocationID:{InvocationID} - HttpInputOverHTTP@7c6e68b9[c=0,q=0,[0]=null,s=STREAM] addContent EOF 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=18/30000} parsed false HttpParser{s=END,0 of -1} 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=18/30000} 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - recycle HttpChannelState@29408568{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - reset HttpParser{s=END,0 of -1} 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - END --> START 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@5f8b599a::SocketChannelEndPoint@5f32456e{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@75c726b9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 31 HeapByteBuffer@4c9b7212[p=0,l=31,c=17408,r=31]={<<<\x15\x03\x03\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x02U\xF1l\xB6cx\xBe\xAcb\xD4\xEf\x10(t\xDb\xFd\xF8\xC1>>>le-mgmt/v...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=31 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=31 Status = CLOSED HandshakeStatus = NEED_WRAP bytesConsumed = 31 bytesProduced = 0 encryptedBuffer=[p=31,l=31,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@5f8b599a{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@75c726b9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 946 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - atEOF HttpParser{s=START,0 of -1} 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=19/30000} filled -1 HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=19/30000} parse HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - START --> CLOSED 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=19/30000} 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(null) DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=19/30000} 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - shutdownOutput: SslConnection@5f8b599a::SocketChannelEndPoint@5f32456e{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5f8b599a{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=false 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >flush SslConnection@5f8b599a::SocketChannelEndPoint@5f32456e{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5f8b599a{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:19 947 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 31 sequenceNumber = 2 [p=0,l=31,c=17408,r=31] ioDone=true/true 2021-08-13 09:32:19 948 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,CLOSED,fill=-,flush=-,to=20/30000} stored flush exception org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279) at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doShutdownOutput(SslConnection.java:1283) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1365) 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:254) at org.eclipse.jetty.server.HttpChannelOverHttp.earlyEOF(HttpChannelOverHttp.java:233) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:1595) at org.eclipse.jetty.server.HttpConnection.parseRequestBuffer(HttpConnection.java:361) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:258) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.writev(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 java.base/java.nio.channels.SocketChannel.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273) ... 27 common frames omitted 2021-08-13 09:32:19 948 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 948 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,CLOSED,fill=-,flush=-,to=21/30000} 2021-08-13 09:32:19 948 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close SocketChannelEndPoint@5f32456e{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 948 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5f32456e{l=/127.0.0.1:9101,r=/127.0.0.1:59002,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 948 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - doClose SocketChannelEndPoint@5f32456e{l=/127.0.0.1:9101,r=/127.0.0.1:59002,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=/127.0.0.1:9101,r=/127.0.0.1:59002,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - onClose FillInterest@4f9bd8b3{null} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Wakeup ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2735c6ef startThread=0 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2735c6ef in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close SocketChannelEndPoint@5f32456e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@5f32456e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5f32456e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onClose HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - onClose FillInterest@52004d84{null} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6494bc1b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onClose SslConnection@5f8b599a::SocketChannelEndPoint@5f32456e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@75c726b9::DecryptedEndPoint@6494bc1b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000} onFillable exit HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2735c6ef in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@5f8b599a{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6494bc1b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@75c726b9[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1e3e5214{s=START}]=>HttpChannelOverHttp@45a854b3{s=HttpChannelState@29408568{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@59eedf82 size 1 > capacity 2021-08-13 09:32:19 949 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@59eedf82 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:19 950 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:19 950 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/0 selected 2021-08-13 09:32:19 950 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 0 updates 2021-08-13 09:32:19 950 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:19 950 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:19 950 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 0 keys 2021-08-13 09:32:27 934 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27-acceptor-0@6d3ad37a-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@1ae00bb0[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54018]] on ManagedSelector@46894dc5{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-13 09:32:27 934 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27-acceptor-0@6d3ad37a-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=0 selected=0 updates=1 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/0 selected 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update Accept@1ae00bb0[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54018]] 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue Accept@1ae00bb0[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54018]] startThread=0 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run Accept@1ae00bb0[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54018]] in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-13 09:32:27 935 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@4bc28358 2021-08-13 09:32:27 936 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-13 09:32:27 936 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000} 2021-08-13 09:32:27 936 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@6600b358 on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:27 936 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 937 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 937 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000} 2021-08-13 09:32:27 937 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000} 2021-08-13 09:32:27 937 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@12e605f7{AC.ReadCB@5cb8d41d{HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-13 09:32:27 937 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 937 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 937 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@719fee80{SSLC.NBReadCB@71d93dc7{SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@4910c271 on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=2 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 2 updates 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 2 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@6600b358 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@4910c271 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 938 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54018], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5014]@2021-08-13T09:32:27.93937Z 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran Accept@1ae00bb0[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54018]] in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@2bd7f370 offer EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=11,epc=5014]@2021-08-13T09:32:27.939494Z 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@ff264d3 startThread=0 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@ff264d3 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}] 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@ff264d3 started 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@ff264d3 waiting 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5014]@2021-08-13T09:32:27.9397Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@2bd7f370 task=EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5014]@2021-08-13T09:32:27.939882Z 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5015]@2021-08-13T09:32:27.939931Z tryProduce true 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:27 939 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@719fee80{SSLC.NBReadCB@71d93dc7{SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@12e605f7{AC.ReadCB@5cb8d41d{HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1153530[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xC3\xF9\xDf\xEcV~\xA2\x9d`\x0bV\xAf\xB9H...\x16O\xA0\x80\xC5w\xF7\xC4\x1e32\xB4I\x82\xFeR\xEd\x98\r\xAd\x84\xE6~>>>\xC7*\nX2S)\xEd\xEa...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 940 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=261 2021-08-13 09:32:27 941 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill starting handshake SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 941 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 941 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK 2021-08-13 09:32:27 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-13 09:32:27 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:27 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:27 942 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-08-13 09:32:27 942 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@71d93dc7{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 373 HeapByteBuffer@1153530[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xC3\xF9\xDf\xEcV~\xA2\x9d... 0E\xBe\x86\x89\xF4\xF2\xE2@\x17\xA4F\x94n\xA6\xBf\xFb[\xBe\xAa\xC9K>>>\xBe\xE4\\RQ;%Q\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=373 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1153530[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xC3\xF9\xDf\xEcV~\xA2\x9d`\x0bV\xAf\xB9H... 0E\xBe\x86\x89\xF4\xF2\xE2@\x17\xA4F\x94n\xA6\xBf\xFb[\xBe\xAa\xC9K>>>\xBe\xE4\\RQ;%Q\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 943 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK 2021-08-13 09:32:27 949 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-29] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@4bc28358 2021-08-13 09:32:27 953 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-13 09:32:27 953 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 953 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:27 953 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:27 953 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-08-13 09:32:27 954 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 954 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:27 954 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:27 954 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-08-13 09:32:27 954 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 954 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:27 954 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:27 954 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-08-13 09:32:27 954 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 954 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:27 955 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@71d93dc7{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 955 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:27 955 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1153530[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 955 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:27 955 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 955 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 955 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 955 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:27 955 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 230 HeapByteBuffer@1153530[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005v?\xFa\xDc\xF4_\xDd\xD8'lT\x8b(~)\xB2RM\x1b\x9b...\xF0\xF2\xD5\xB0\xD9\x88\x0b\xBe\xAdv\xC0,{\x7fD\x92\xAd\x1b\x9dt\x9a\x97\xAa>>>C\x13\x01T\xBe\xC2\xB6\xB5\xC9...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 955 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=230 2021-08-13 09:32:27 956 DEBUG [jdk.event.security][dw-29] invocationID:{InvocationID} - TLSHandshake: 10.233.66.202:54018, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-08-13 09:32:27 956 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 956 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - handshake succeeded SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-08-13 09:32:27 956 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:27 956 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1153530[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...0\xCc\xAf\xDaV;P<<<\x17\x03\x03\x00\xA7jq\x8b\xCev\x91\xF9i\x91\xE3\x05\xB7\xDbU\x0c\xCad9\xDc\x80...\xF0\xF2\xD5\xB0\xD9\x88\x0b\xBe\xAdv\xC0,{\x7fD\x92\xAd\x1b\x9dt\x9a\x97\xAa>>>C\x13\x01T\xBe\xC2\xB6\xB5\xC9...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 956 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:27 956 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>ul\xE8sj\x8f~\x85F...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>ul\xE8sj\x8f~\x85F...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 956 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 956 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=19/30000} filled 150 HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>ul\xE8sj\x8f~\x85F...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=19/30000} parse HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>ul\xE8sj\x8f~\x85F...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>ul\xE8sj\x8f~\x85F...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - START --> SPACE1 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE1 --> URI 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - URI --> SPACE2 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER --> CONTENT 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - REQUEST for //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.66.237:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=20/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=20/30000} 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - handle //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - handling HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-29] invocationID:{InvocationID} - Host 10.233.66.237 with SNI null 2021-08-13 09:32:27 957 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-13 09:32:27 958 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck)@5a9a2a7c in null 2021-08-13 09:32:27 958 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-08-13 09:32:27 958 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-08-13 09:32:27 958 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:27 958 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - chain=customFilter@59328218==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:27 958 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter customFilter@59328218==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-08-13 09:32:27 958 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Entering. 2021-08-13 09:32:27 958 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-08-13 09:32:27 958 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9e19912e-3bf7-4aa7-af52-786060e6ab14 2021-08-13 09:32:27 958 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Invoking synchronously ... 2021-08-13 09:32:27 958 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-08-13 09:32:27 958 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-08-13 09:32:27 958 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:27 959 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck)@5a9a2a7c 2021-08-13 09:32:27 959 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@7b05429d exclude no deflater 2021-08-13 09:32:27 959 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@674d65d2[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@4f5970be{null} 2021-08-13 09:32:27 959 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Fri, 13 Aug 2021 09:32:27 GMT X-TransactionID: 9e19912e-3bf7-4aa7-af52-786060e6ab14 X-InvocationID: 4c68c4ac-5d1d-4b49-a041-fe5bf72017a9 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-13 09:32:27 959 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@441b7ae3[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@155bd957] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-08-13 09:32:27 959 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@674d65d2[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 13 Aug 2021 09:32:27 GMT X-TransactionID: 9e19912e-3bf7-4aa7-af52-786060e6ab14 X-InvocationID: 4c68c4ac-5d1d-4b49-a041-fe5bf72017a9 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@441b7ae3[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@155bd957] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@19b45ddb{IDLE}->null [HeapByteBuffer@6ffc9c7c[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@674d65d2[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@19b45ddb{WRITING}->null:IDLE-->WRITING 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=COMPLETING}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6ffc9c7c[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@674d65d2[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=COMPLETING}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:27 960 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=COMPLETING}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-13 09:32:27 961 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@19b45ddb{WRITING}->null 2021-08-13 09:32:27 961 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@19b45ddb{IDLE}->null:WRITING-->IDLE 2021-08-13 09:32:27 961 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@441b7ae3[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@155bd957] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-13 09:32:27 961 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@441b7ae3[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@155bd957] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-13 09:32:27 961 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=24/30000} 2021-08-13 09:32:27 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-08-13 09:32:27 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-13 09:32:27 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:27 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:27 961 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-08-13 09:32:27 962 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:27 962 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:27 962 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:27 962 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:27 962 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:27 962 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@719fee80{SSLC.NBReadCB@71d93dc7{SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@4910c271 on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:27 963 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=52a92049-3ad7-4450-b168-d2c9c9b1962b, referenceCounter=0, store size=0} on thread dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-08-13 09:32:27 963 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Exiting. 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 10.233.66.202 - - [13/Aug/2021:09:32:27 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@4910c271 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@416ac483{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@416ac483{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.237:9101 remote=/10.233.66.202:54018], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - completed HttpChannelState@416ac483{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@416ac483{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@416ac483{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - recycle HttpChannelState@416ac483{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-08-13 09:32:27 963 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@86430da{s=END}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5015]@2021-08-13T09:32:27.964042Z 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@ff264d3 offer EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=11,epc=5015]@2021-08-13T09:32:27.964114Z 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@66759a7f startThread=0 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1153530[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x1c\x89PC`\xE2/\x12\xF9\x9e7\xCdM\xB6{\xD5\x92aV>>>\xA3Kz\\R\xD4M\xD3\xFb...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@66759a7f in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}] 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=24 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@66759a7f started 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@66759a7f waiting 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5015]@2021-08-13T09:32:27.964215Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@719fee80{SSLC.NBReadCB@71d93dc7{SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@ff264d3 task=EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5016]@2021-08-13T09:32:27.964648Z 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000} filled -1 HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5016]@2021-08-13T09:32:27.96471Z tryProduce true 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000} parse HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:27 964 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000} onFillable exit HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - shutdownOutput: SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - ensureFillInterested SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@636e65ab size 1 > capacity 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@719fee80{SSLC.NBReadCB@71d93dc7{SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@636e65ab in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@4910c271 on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:27 965 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@4910c271 2021-08-13 09:32:27 966 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 966 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:27 966 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:27 966 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:27 966 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:27 966 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.237:9101 remote=/10.233.66.202:54018], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5016]@2021-08-13T09:32:27.967216Z 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@66759a7f offer EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=11,epc=5016]@2021-08-13T09:32:27.967283Z 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@360f5a2c startThread=0 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - doClose SocketChannelEndPoint@48715ccb{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=/10.233.66.237:9101,r=/10.233.66.202:54018,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@66759a7f task=EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5016]@2021-08-13T09:32:27.967396Z 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5016]@2021-08-13T09:32:27.967442Z tryProduce true 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5016]@2021-08-13T09:32:27.967371Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@719fee80{SSLC.NBReadCB@71d93dc7{SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=2/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@719fee80{SSLC.NBReadCB@71d93dc7{SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=1 updates=0 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@65808707 startThread=0 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@12e605f7{null} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >c.onFillable SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/0 selected 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 0 updates 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 0 keys 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@12e605f7{null} 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@12e605f7{null} lost race null 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@360f5a2c in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}] 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@65808707 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}] 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@360f5a2c started 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@360f5a2c waiting 2021-08-13 09:32:27 967 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@2bd7f370 size 1 > capacity 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillable SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@12e605f7{null} 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - FillInterest@12e605f7{null} lost race null 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@2bd7f370 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onClose HttpConnection@5cb8d41d::DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@ff264d3 size 1 > capacity 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@ff264d3 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:27 968 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onClose SslConnection@71d93dc7::SocketChannelEndPoint@48715ccb{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@71d93dc7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@33f4f61{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@5cb8d41d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@86430da{s=START}]=>HttpChannelOverHttp@6778ebc{s=HttpChannelState@416ac483{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:27 969 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@65808707 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:29 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27-acceptor-0@6d3ad37a-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@53fd608d[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54032]] on ManagedSelector@46894dc5{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-13 09:32:29 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27-acceptor-0@6d3ad37a-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=0 selected=0 updates=1 2021-08-13 09:32:29 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:29 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/0 selected 2021-08-13 09:32:29 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:29 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:29 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update Accept@53fd608d[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54032]] 2021-08-13 09:32:29 261 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue Accept@53fd608d[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54032]] startThread=0 2021-08-13 09:32:29 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:29 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:29 262 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run Accept@53fd608d[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54032]] in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:29 262 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-13 09:32:29 262 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@42b0a128 2021-08-13 09:32:29 262 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-13 09:32:29 263 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000} 2021-08-13 09:32:29 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@1b9da420 on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:29 263 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 263 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 264 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=1/30000} 2021-08-13 09:32:29 264 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=1/30000} 2021-08-13 09:32:29 264 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@621d0d15{AC.ReadCB@7a492245{HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-13 09:32:29 264 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 264 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 264 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@145719d2{SSLC.NBReadCB@57adbf16{SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:29 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@2eb85141 on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=2 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 2 updates 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 2 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@1b9da420 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@2eb85141 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran Accept@53fd608d[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54032]] in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:29 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54032], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5017]@2021-08-13T09:32:29.266222Z 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@360f5a2c offer EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=11,epc=5017]@2021-08-13T09:32:29.266343Z 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@76a74fd4 startThread=0 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5017]@2021-08-13T09:32:29.266474Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@76a74fd4 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}] 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@76a74fd4 started 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@76a74fd4 waiting 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@145719d2{SSLC.NBReadCB@57adbf16{SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >c.onFillable SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - onFillable SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 266 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@621d0d15{AC.ReadCB@7a492245{HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-08-13 09:32:29 267 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-13 09:32:29 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:29 267 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1153530[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xEee3{P\xB4\n\x8eDC\xD0\xCf\xFb\xD7...j\xE2\xE55Z\x96\xDb\xCax\x1a\xD3\x10\xE3#]\x96\xA3\x95\xFa\x11QQK>>>\x182\x9e\x05\xD1r\xE4\xC6x...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=261 2021-08-13 09:32:29 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill starting handshake SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_TASK 2021-08-13 09:32:29 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-13 09:32:29 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >flush SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:29 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:29 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@360f5a2c task=EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5018]@2021-08-13T09:32:29.269183Z 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5018]@2021-08-13T09:32:29.269262Z tryProduce true 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=0/166,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@57adbf16{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 373 HeapByteBuffer@1153530[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xEee3{P\xB4\n\x8e...\xDe\xCe\x1cl\x9f\xA2<1\x06\xF2\x11\xF6\x03\x11X\xF4\x0f\xB1\xA1\xC46\xD3\xE4>>>\xBe\xE4\\RQ;%Q\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=373 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1153530[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xEee3{P\xB4\n\x8eDC\xD0\xCf\xFb\xD7...\xDe\xCe\x1cl\x9f\xA2<1\x06\xF2\x11\xF6\x03\x11X\xF4\x0f\xB1\xA1\xC46\xD3\xE4>>>\xBe\xE4\\RQ;%Q\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_TASK 2021-08-13 09:32:29 274 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-33] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@42b0a128 2021-08-13 09:32:29 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-13 09:32:29 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >flush SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:29 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:29 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-08-13 09:32:29 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:29 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:29 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-08-13 09:32:29 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:29 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:29 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-08-13 09:32:29 279 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:29 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@57adbf16{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:29 279 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 58 HeapByteBuffer@1153530[p=0,l=58,c=17408,r=58]={<<<\x17\x03\x03\x005`[d\xB0\xD97>\x06\x8fW\x04m\x13\x9aHR\xDcCSF...n\x97\xB9\x85udFT\xEe{\xF4]k\xD4\x9d4\x8b\x03v\xC6\xB4\xDa\x94>>>\x86;%\x1c\xAf'g\x8c\x16...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=58 2021-08-13 09:32:29 279 DEBUG [jdk.event.security][dw-33] invocationID:{InvocationID} - TLSHandshake: 10.233.66.202:54032, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=58 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=58,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#}8\xD0;...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - handshake succeeded SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 172 HeapByteBuffer@1153530[p=0,l=172,c=17408,r=172]={<<<\x17\x03\x03\x00\xA7\x85/x\xAf\xAd\x9b\x82M#\x829_\x98\x16\xD1\x12\x7fDlC...@\xFc\xEf\r;\xEc\x15N\xEc+`\x12\xB9\xB6\t,\x06\x00Mj\n=%>>>\x01\x05\x01\x06\x01\x05\x03\x06\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=172 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=172 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=172,l=172,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>\xFd;\xEa5\xE32\r\x07\x1d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>\xFd;\xEa5\xE32\r\x07\x1d...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@7a492245[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=16/30000} filled 150 HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>\xFd;\xEa5\xE32\r\x07\x1d...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>\xFd;\xEa5\xE32\r\x07\x1d...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>\xFd;\xEa5\xE32\r\x07\x1d...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - START --> SPACE1 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - SPACE1 --> URI 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - URI --> SPACE2 2021-08-13 09:32:29 280 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER --> CONTENT 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - REQUEST for //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.66.237:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=17/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=17/30000} 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - handle //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - handling HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-33] invocationID:{InvocationID} - Host 10.233.66.237 with SNI null 2021-08-13 09:32:29 281 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-13 09:32:29 282 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-33] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck)@67e85ff3 in null 2021-08-13 09:32:29 282 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-33] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-08-13 09:32:29 282 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-33] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-08-13 09:32:29 282 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:29 282 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - chain=customFilter@59328218==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:29 282 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter customFilter@59328218==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-08-13 09:32:29 282 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Entering. 2021-08-13 09:32:29 282 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-08-13 09:32:29 282 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 14b1541e-b6f8-42fa-a854-bc3d0062d294 2021-08-13 09:32:29 282 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Invoking synchronously ... 2021-08-13 09:32:29 282 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-08-13 09:32:29 282 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-08-13 09:32:29 282 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:29 283 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck)@67e85ff3 2021-08-13 09:32:29 283 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@6549e7ca exclude no deflater 2021-08-13 09:32:29 283 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@19f99d37[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@556cb833{null} 2021-08-13 09:32:29 283 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Fri, 13 Aug 2021 09:32:29 GMT X-TransactionID: 14b1541e-b6f8-42fa-a854-bc3d0062d294 X-InvocationID: f1735374-55a6-4b68-b37a-e1e1a4e9a769 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-13 09:32:29 283 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@705e72aa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a83acdc] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-08-13 09:32:29 283 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@19f99d37[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 13 Aug 2021 09:32:29 GMT X-TransactionID: 14b1541e-b6f8-42fa-a854-bc3d0062d294 X-InvocationID: f1735374-55a6-4b68-b37a-e1e1a4e9a769 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@705e72aa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a83acdc] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@fc6929e{IDLE}->null [HeapByteBuffer@6ffc9c7c[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@19f99d37[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@fc6929e{WRITING}->null:IDLE-->WRITING 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=W,to=20/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=COMPLETING}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6ffc9c7c[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@19f99d37[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=W,to=20/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=COMPLETING}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-13 09:32:29 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:29 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=W,to=20/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=COMPLETING}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-13 09:32:29 285 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@fc6929e{WRITING}->null 2021-08-13 09:32:29 285 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@fc6929e{IDLE}->null:WRITING-->IDLE 2021-08-13 09:32:29 285 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@705e72aa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a83acdc] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-13 09:32:29 285 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@705e72aa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5a83acdc] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-13 09:32:29 285 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=21/30000} 2021-08-13 09:32:29 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=END}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-08-13 09:32:29 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=END}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-13 09:32:29 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:29 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:29 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-08-13 09:32:29 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=END}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:29 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:29 286 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=END}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:29 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@57adbf16{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=END}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:29 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=END}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@145719d2{SSLC.NBReadCB@57adbf16{SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=END}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}}} 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=END}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@2eb85141 on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:29 287 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=fd692c7b-91d3-4cfb-8b0c-06dfe3d84d01, referenceCounter=0, store size=0} on thread dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@2eb85141 2021-08-13 09:32:29 287 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Exiting. 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@399eca1{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@399eca1{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - completed HttpChannelState@399eca1{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@399eca1{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:29 287 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@399eca1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=END}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 10.233.66.202 - - [13/Aug/2021:09:32:29 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 7 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - recycle HttpChannelState@399eca1{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.237:9101 remote=/10.233.66.202:54032], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@7a492245[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51755674{s=END}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=7} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5018]@2021-08-13T09:32:29.28863Z 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@76a74fd4 offer EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=11,epc=5018]@2021-08-13T09:32:29.28868Z 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1153530[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x05`(\x00J\x02\x1e\xAd\xCc\x84QG\x19!\xDe\xA4e9n>>>e-mgmt/v1...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=24 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@1a6640d1 startThread=0 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@76a74fd4 task=EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5018]@2021-08-13T09:32:29.288828Z 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5018]@2021-08-13T09:32:29.288905Z tryProduce true 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:29 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5018]@2021-08-13T09:32:29.288772Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@145719d2{SSLC.NBReadCB@57adbf16{SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@1a6640d1 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}] 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=25/30000} filled -1 HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@1a6640d1 started 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >c.onFillable SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=25/30000} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - close DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=25/30000} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - close(null) DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=25/30000} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@1a6640d1 waiting 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=25/30000} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000} parse HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - shutdownOutput: SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - ensureFillInterested SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@145719d2{SSLC.NBReadCB@57adbf16{SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000} onFillable exit HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@2eb85141 on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - close SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@2eb85141 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@66759a7f size 1 > capacity 2021-08-13 09:32:29 289 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@66759a7f in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:29 290 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 290 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:29 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:29 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:29 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:29 290 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - doClose SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=-,flush=-,to=26/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.237:9101 remote=/10.233.66.202:54032], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@605bc969{l=/10.233.66.237:9101,r=/10.233.66.202:54032,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=26/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed] 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - onClose FillInterest@145719d2{SSLC.NBReadCB@57adbf16{SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=26/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - onFillableFail SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close SocketChannelEndPoint@605bc969{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - onFail FillInterest@621d0d15{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) 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.doClose(SslConnection.java:1366) 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.ssl.SslConnection.onFillable(SslConnection.java:396) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Wakeup ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=1 updates=0 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@430b00ea startThread=0 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - onClose FillInterest@621d0d15{null} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@605bc969{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - onFillable SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@621d0d15{null} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@605bc969{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - FillInterest@621d0d15{null} lost race null 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@360f5a2c size 1 > capacity 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@360f5a2c in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@430b00ea in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@605bc969{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 291 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onClose HttpConnection@7a492245::DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:29 292 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onClose SslConnection@57adbf16::SocketChannelEndPoint@605bc969{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@57adbf16{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3db77d3a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7a492245[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51755674{s=START}]=>HttpChannelOverHttp@4c55bc10{s=HttpChannelState@399eca1{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:29 292 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@430b00ea in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:29 882 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7d37f2d6] obtained in 0 millis 2021-08-13 09:32:29 883 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@646c6a7e, maxRows=0, fetchSize=0, flags=16 2021-08-13 09:32:29 883 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> CloseStatement(S_587) 2021-08-13 09:32:29 883 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Parse(stmt=S_588,query="/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY",oids={}) 2021-08-13 09:32:29 883 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_588,portal=null) 2021-08-13 09:32:29 883 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Describe(portal=null) 2021-08-13 09:32:29 883 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-08-13 09:32:29 883 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-08-13 09:32:29 885 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CloseComplete 2021-08-13 09:32:29 885 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ErrorMessage(ERROR: relation "engine_entity" does not exist Position: 52 Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376 Server SQLState: 42P01) 2021-08-13 09:32:29 885 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-08-13 09:32:29 885 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query /* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY 2021-08-13 09:32:29 885 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query SYNC 2021-08-13 09:32:29 886 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7d37f2d6] released 2021-08-13 09:32:29 886 ERROR [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - Failed to reallocate rules. org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist Position: 52 Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376 Server SQLState: 42P01 [statement:"SELECT * FROM ENGINE_ENTITY", located:"SELECT * FROM ENGINE_ENTITY", rewritten:"/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY", arguments:{ positional:{}, named:{}, finder:[]}] at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1338) at org.skife.jdbi.v2.Query.fold(Query.java:173) at org.skife.jdbi.v2.Query.list(Query.java:82) at org.skife.jdbi.v2.sqlobject.ResultReturnThing$IterableReturningThing.result(ResultReturnThing.java:253) at org.skife.jdbi.v2.sqlobject.ResultReturnThing.map(ResultReturnThing.java:46) at org.skife.jdbi.v2.sqlobject.QueryHandler.invoke(QueryHandler.java:41) at org.skife.jdbi.v2.sqlobject.SqlObject.invoke(SqlObject.java:224) at org.skife.jdbi.v2.sqlobject.SqlObject$3.intercept(SqlObject.java:133) at org.skife.jdbi.v2.sqlobject.CloseInternalDoNotUseThisClass$$EnhancerByCGLIB$$e40132ef.getAllEntities( ) at org.onap.holmes.common.engine.service.impl.EngineEntityServiceImpl.getAllEntities(EngineEntityServiceImpl.java:45) at org.onap.holmes.rulemgt.tools.EngineTools.getInstanceList(EngineTools.java:42) at org.onap.holmes.rulemgt.RuleAllocator.allocateRules(RuleAllocator.java:76) at org.onap.holmes.rulemgt.RuleAllocator$1.run(RuleAllocator.java:66) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist Position: 52 Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376 Server SQLState: 42P01 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2532) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2267) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:312) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:448) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:369) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:153) at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:142) at jdk.internal.reflect.GeneratedMethodAccessor32.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114) at com.sun.proxy.$Proxy81.execute(Unknown Source) at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327) ... 14 common frames omitted 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27-acceptor-0@6d3ad37a-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@35cefb27[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54140]] on ManagedSelector@46894dc5{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27-acceptor-0@6d3ad37a-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=0 selected=0 updates=1 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/0 selected 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update Accept@35cefb27[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54140]] 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue Accept@35cefb27[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54140]] startThread=0 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run Accept@35cefb27[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54140]] in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:39 261 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-30] invocationID:{InvocationID} - SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-30] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@6210e3ab 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - new HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - New HTTP Connection HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000} 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@334df533 on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onOpen SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onOpen HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000} 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - fillInterested HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000} 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - interested FillInterest@9201f5e{AC.ReadCB@7d909d85{HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 262 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - interested FillInterest@55988724{SSLC.NBReadCB@29c009b0{SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@7cbc99ae on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=2 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 2 updates 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 2 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@334df533 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@7cbc99ae 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Created SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran Accept@35cefb27[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54140]] in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54140], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5019]@2021-08-13T09:32:39.264005Z 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@1a6640d1 offer EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=11,epc=5019]@2021-08-13T09:32:39.26408Z 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@23fbfef startThread=0 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@1a6640d1 task=EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5019]@2021-08-13T09:32:39.264259Z 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@23fbfef in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}] 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5019]@2021-08-13T09:32:39.264306Z tryProduce true 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@23fbfef started 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@23fbfef waiting 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:39 264 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5019]@2021-08-13T09:32:39.26437Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-13 09:32:39 265 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@55988724{SSLC.NBReadCB@29c009b0{SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:39 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 265 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@9201f5e{AC.ReadCB@7d909d85{HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-08-13 09:32:39 265 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-13 09:32:39 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:39 265 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1153530[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x93\x0c\x87\xAcS{\xC7\x13t\xDf\xB6hA\x81...\x92\xEf!tOk\xC2i:\x9c\x8cGd\x15\xCbN\xA8\x82\x1c\x0f\x8a\xF8Y>>>\r\x8e\x0c2\xFb\x06\xE2,*...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=261 2021-08-13 09:32:39 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill starting handshake SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@29c009b0{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 373 HeapByteBuffer@1153530[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x93\x0c\x87\xAcS{\xC7\x13...t\xB5\x88\xB4\x08)\xFcgv\x19y\x9a3OH\xC6\xB0\xD3f\x0c\x04\xA4\x18>>>\xBe\xE4\\RQ;%Q\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=373 2021-08-13 09:32:39 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:39 268 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1153530[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x93\x0c\x87\xAcS{\xC7\x13t\xDf\xB6hA\x81...t\xB5\x88\xB4\x08)\xFcgv\x19y\x9a3OH\xC6\xB0\xD3f\x0c\x04\xA4\x18>>>\xBe\xE4\\RQ;%Q\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:39 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK 2021-08-13 09:32:39 272 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-29] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@6210e3ab 2021-08-13 09:32:39 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-13 09:32:39 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:39 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:39 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-08-13 09:32:39 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@29c009b0{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1153530[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:39 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:39 277 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 230 HeapByteBuffer@1153530[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005g~)\xDa\xC7\xF15jD\x99\xC7\x0f@S\x1dC|XLE...\xA4\x8dP\x04\xB1\xE3\xEb\xE0\x9a\xE1\xEbM\xAd{\xAa\x03\xDcd\x15*\xB8\xD1;>>>C\x13\x01T\x9b\x8a\xD8jb...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=230 2021-08-13 09:32:39 277 DEBUG [jdk.event.security][dw-29] invocationID:{InvocationID} - TLSHandshake: 10.233.66.202:54140, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-08-13 09:32:39 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#&\x08\xBf\x97...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - handshake succeeded SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1153530[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\n\x89\xB3\xBcw\x18\xEc<<<\x17\x03\x03\x00\xA7\x88\x13y\x9b$\x9f\xC1\xCc\x8a=\xC7A\x18~\x18|\xEeR\xE6\x12...\xA4\x8dP\x04\xB1\xE3\xEb\xE0\x9a\xE1\xEbM\xAd{\xAa\x03\xDcd\x15*\xB8\xD1;>>>C\x13\x01T\x9b\x8a\xD8jb...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>VP^\x8b\xDc\xAe0\xF6\xD7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>VP^\x8b\xDc\xAe0\xF6\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@7d909d85[p=HttpParser{s=START,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=15/30000} filled 150 HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>VP^\x8b\xDc\xAe0\xF6\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>VP^\x8b\xDc\xAe0\xF6\xD7...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>VP^\x8b\xDc\xAe0\xF6\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - START --> SPACE1 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE1 --> URI 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - URI --> SPACE2 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER --> CONTENT 2021-08-13 09:32:39 278 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - REQUEST for //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.66.237:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=16/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=16/30000} 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - handle //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - handling HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-29] invocationID:{InvocationID} - Host 10.233.66.237 with SNI null 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck)@49e55f9e in null 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - chain=customFilter@59328218==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter customFilter@59328218==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-08-13 09:32:39 279 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Entering. 2021-08-13 09:32:39 279 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-08-13 09:32:39 279 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: e6c6bce3-79e7-4ff1-bc74-1920ed185841 2021-08-13 09:32:39 279 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Invoking synchronously ... 2021-08-13 09:32:39 279 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-08-13 09:32:39 280 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-08-13 09:32:39 280 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:39 280 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck)@49e55f9e 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@720499fc exclude no deflater 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@f03f7f5[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@70bce13d{null} 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 200 OK HTTP/1.1 Connection: close Date: Fri, 13 Aug 2021 09:32:39 GMT X-TransactionID: e6c6bce3-79e7-4ff1-bc74-1920ed185841 X-InvocationID: ee9e8f6b-fec1-4cd7-924b-94b56950abed Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@1346491b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45dbf9f6] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@f03f7f5[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 13 Aug 2021 09:32:39 GMT X-TransactionID: e6c6bce3-79e7-4ff1-bc74-1920ed185841 X-InvocationID: ee9e8f6b-fec1-4cd7-924b-94b56950abed Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@1346491b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45dbf9f6] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@55f712e7{IDLE}->null [HeapByteBuffer@6ffc9c7c[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@f03f7f5[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@55f712e7{WRITING}->null:IDLE-->WRITING 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=W,to=18/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=COMPLETING}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6ffc9c7c[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@f03f7f5[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-08-13 09:32:39 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=W,to=19/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=COMPLETING}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=W,to=19/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=COMPLETING}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@55f712e7{WRITING}->null 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@55f712e7{IDLE}->null:WRITING-->IDLE 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@1346491b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45dbf9f6] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@1346491b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45dbf9f6] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=19/30000} 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:39 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:39 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-08-13 09:32:39 283 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:39 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:39 283 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:39 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@55988724{SSLC.NBReadCB@29c009b0{SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}}} 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@7cbc99ae on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@7cbc99ae 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:39 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:39 285 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:39 285 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.237:9101 remote=/10.233.66.202:54140], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-08-13 09:32:39 285 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-08-13 09:32:39 285 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}:runFillable:BLOCKING 2021-08-13 09:32:39 285 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5020]@2021-08-13T09:32:39.285683Z 2021-08-13 09:32:39 285 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@23fbfef offer EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=11,epc=5020]@2021-08-13T09:32:39.285877Z 2021-08-13 09:32:39 285 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@3e50c59a startThread=0 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@23fbfef task=EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5020]@2021-08-13T09:32:39.286064Z 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@3e50c59a in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}] 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@3e50c59a started 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@3e50c59a waiting 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5020]@2021-08-13T09:32:39.28614Z tryProduce true 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=23/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5020]@2021-08-13T09:32:39.286232Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=23/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8}:runFillable:BLOCKING/BLOCKING 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@55988724{SSLC.NBReadCB@29c009b0{SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=23/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8}}} 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=23/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-08-13 09:32:39 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-08-13 09:32:39 287 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@9201f5e{null} 2021-08-13 09:32:39 287 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@9201f5e{null} lost race null 2021-08-13 09:32:39 287 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@70a5d87a{s=END}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9} 2021-08-13 09:32:39 287 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@1a6640d1 size 1 > capacity 2021-08-13 09:32:39 287 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@1a6640d1 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:39 287 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=978a9001-6626-4334-ab29-3bd613a48b4d, referenceCounter=0, store size=0} on thread dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-08-13 09:32:39 287 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Exiting. 2021-08-13 09:32:39 287 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9} 2021-08-13 09:32:39 287 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@64bfd507{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-08-13 09:32:39 287 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@64bfd507{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:39 287 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9} 2021-08-13 09:32:39 288 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - completed HttpChannelState@64bfd507{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:39 288 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@64bfd507{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:39 288 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@64bfd507{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:39 288 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10} 2021-08-13 09:32:39 288 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-08-13 09:32:39 288 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - recycle HttpChannelState@64bfd507{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:39 288 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 10.233.66.202 - - [13/Aug/2021:09:32:39 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 10 2021-08-13 09:32:39 288 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-08-13 09:32:39 288 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1153530[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13{)\xAa{\xA1p\x80\x0bp8Tc\x0e\xD2\xD85\xF7\xB5\xF6>>>\xDe\xE7/\rw\xFa\xBb\\v...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=24 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=27/30000} filled -1 HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:39 289 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - shutdownOutput: SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - ensureFillInterested SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@55988724{SSLC.NBReadCB@29c009b0{SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@7cbc99ae on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@7cbc99ae 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:39 290 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - doClose SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.237:9101 remote=/10.233.66.202:54140], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@166d4ad0{l=/10.233.66.237:9101,r=/10.233.66.202:54140,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=/10.233.66.237:9101,r=/10.233.66.202:54140,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed] 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@55988724{SSLC.NBReadCB@29c009b0{SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@166d4ad0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillableFail SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@166d4ad0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onFail FillInterest@9201f5e{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) 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.doClose(SslConnection.java:1366) 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:254) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=1 updates=0 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4255b46d startThread=0 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@9201f5e{null} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4255b46d in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000} parse HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@166d4ad0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/0 selected 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 0 updates 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 0 keys 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@166d4ad0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} onFillable exit HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-13 09:32:39 291 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-32] invocationID:{InvocationID} - onClose HttpConnection@7d909d85::DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} 2021-08-13 09:32:39 292 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 292 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@76a74fd4 size 1 > capacity 2021-08-13 09:32:39 292 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-32] invocationID:{InvocationID} - onClose SslConnection@29c009b0::SocketChannelEndPoint@166d4ad0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@29c009b0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f8288a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@7d909d85[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@70a5d87a{s=START}]=>HttpChannelOverHttp@6d3474f0{s=HttpChannelState@64bfd507{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:39 292 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@76a74fd4 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:39 292 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4255b46d in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27-acceptor-0@6d3ad37a-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@21344c6a[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54242]] on ManagedSelector@46894dc5{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27-acceptor-0@6d3ad37a-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=0 selected=0 updates=1 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/0 selected 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update Accept@21344c6a[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54242]] 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue Accept@21344c6a[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54242]] startThread=0 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:49 261 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run Accept@21344c6a[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54242]] in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:49 262 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-31] invocationID:{InvocationID} - SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-13 09:32:49 262 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-31] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@7b2fdfaf 2021-08-13 09:32:49 262 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31] invocationID:{InvocationID} - new HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} -> DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-13 09:32:49 262 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - New HTTP Connection HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000} 2021-08-13 09:32:49 262 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@2bfe81d0 on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onOpen SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onOpen HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - fillInterested HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@5cb0fec4{AC.ReadCB@43375885{HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@39f0483{SSLC.NBReadCB@62b7922c{SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@5de7c02e on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=2 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Created SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran Accept@21344c6a[java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54242]] in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 2 updates 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 2 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@2bfe81d0 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@5de7c02e 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:49 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.237:9101 remote=/10.233.66.202:54242], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5021]@2021-08-13T09:32:49.264446Z 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@3e50c59a offer EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=11,epc=5021]@2021-08-13T09:32:49.26455Z 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@5f7aae14 startThread=0 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@3e50c59a task=EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5021]@2021-08-13T09:32:49.264717Z 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5021]@2021-08-13T09:32:49.264663Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5022]@2021-08-13T09:32:49.264784Z tryProduce true 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@39f0483{SSLC.NBReadCB@62b7922c{SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:49 264 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 265 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@5cb0fec4{AC.ReadCB@43375885{HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-08-13 09:32:49 265 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-13 09:32:49 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:49 265 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1153530[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x1d\xC3\x07\x14\x10<\x85*|\xA4\xDcd\xB4\xA5... >>\x07\x81\x99V\x9d\x9d\xF8q\xEc...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261 2021-08-13 09:32:49 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@62b7922c{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 6 HeapByteBuffer@1153530[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x1d\xC3\x07\x14...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=6 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 367 HeapByteBuffer@1153530[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x1d\xC3\x07\x14\x10<\x85*|\xA4\xDcd\xB4\xA5...\xF4' \xB9 O\x9f\xEfT\x18-\xF4\xF7\xB9_\x19+L\xB3g:\x06\xF0>>>\xD3f\x0c\x04\xA4\x18\xBe\xE4\\...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=367 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2021-08-13 09:32:49 268 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@5f7aae14 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}] 2021-08-13 09:32:49 268 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@5f7aae14 started 2021-08-13 09:32:49 268 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@5f7aae14 waiting 2021-08-13 09:32:49 271 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@7b2fdfaf 2021-08-13 09:32:49 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-13 09:32:49 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:49 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:49 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-08-13 09:32:49 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:49 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:49 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-08-13 09:32:49 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:49 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:49 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-08-13 09:32:49 276 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:49 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@62b7922c{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:49 276 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1153530[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:49 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-13 09:32:49 277 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 230 HeapByteBuffer@1153530[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\xA5S*t\xC0\xF1"\xCdbQH\x9a\xA6\xEb\x8b\x02\xB5\xCdl\xA9...\x9f\xEd\xD4\x9d\xE4>>\x99v\xD1\xFb\x08\x9f\x85\xE5\t...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=230 2021-08-13 09:32:49 277 DEBUG [jdk.event.security][dw-26] invocationID:{InvocationID} - TLSHandshake: 10.233.66.202:54242, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-08-13 09:32:49 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Yo\xEaa...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - handshake succeeded SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-08-13 09:32:49 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-13 09:32:49 277 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1153530[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...q\x9d&\x0ej\xDe=<<<\x17\x03\x03\x00\xA7\xEc\xF7\xC0\xDekD\xFd\x9a*\xBa\xB3'X3\xEe)\x9dS\xB9"...\x9f\xEd\xD4\x9d\xE4>>\x99v\xD1\xFb\x08\x9f\x85\xE5\t...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>]Nx\x9dH\xB0\x9d\xA3w...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>]Nx\x9dH\xB0\x9d\xA3w...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@43375885[p=HttpParser{s=START,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=15/30000} filled 150 HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>]Nx\x9dH\xB0\x9d\xA3w...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>]Nx\x9dH\xB0\x9d\xA3w...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@306f59d7[p=0,l=150,c=17408,r=150]={<< >>]Nx\x9dH\xB0\x9d\xA3w...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - START --> SPACE1 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE1 --> URI 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - URI --> SPACE2 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-08-13 09:32:49 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER --> CONTENT 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - REQUEST for //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.66.237:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=16/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=16/30000} 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - handle //10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-13 09:32:49 279 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - handling HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-13 09:32:49 280 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-13 09:32:49 280 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-26] invocationID:{InvocationID} - Host 10.233.66.237 with SNI null 2021-08-13 09:32:49 280 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-08-13 09:32:49 280 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck)@73cfb5a0 in null 2021-08-13 09:32:49 281 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-08-13 09:32:49 281 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-08-13 09:32:49 281 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:49 281 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - chain=customFilter@59328218==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:49 281 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter customFilter@59328218==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-08-13 09:32:49 281 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Entering. 2021-08-13 09:32:49 281 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-08-13 09:32:49 281 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: d64d734b-9aa6-4f25-9bc1-14ee15d907c4 2021-08-13 09:32:49 281 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Invoking synchronously ... 2021-08-13 09:32:49 281 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-08-13 09:32:49 282 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-08-13 09:32:49 282 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-13 09:32:49 283 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck)@73cfb5a0 2021-08-13 09:32:49 283 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@1f11d0c1 exclude no deflater 2021-08-13 09:32:49 283 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@614aa2f3[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@6bcaaac0{null} 2021-08-13 09:32:49 283 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 200 OK HTTP/1.1 Connection: close Date: Fri, 13 Aug 2021 09:32:49 GMT X-TransactionID: d64d734b-9aa6-4f25-9bc1-14ee15d907c4 X-InvocationID: c4a97cc8-f1a4-4c02-a96c-ae49b082e191 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-13 09:32:49 283 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@65a660ac[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@74203301] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-08-13 09:32:49 283 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@614aa2f3[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 283 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 13 Aug 2021 09:32:49 GMT X-TransactionID: d64d734b-9aa6-4f25-9bc1-14ee15d907c4 X-InvocationID: c4a97cc8-f1a4-4c02-a96c-ae49b082e191 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-13 09:32:49 284 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-08-13 09:32:49 284 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@65a660ac[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@74203301] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-08-13 09:32:49 284 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@40494a4c{IDLE}->null [HeapByteBuffer@6ffc9c7c[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@614aa2f3[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-08-13 09:32:49 284 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@40494a4c{WRITING}->null:IDLE-->WRITING 2021-08-13 09:32:49 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=W,to=21/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=COMPLETING}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-08-13 09:32:49 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6ffc9c7c[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@614aa2f3[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-08-13 09:32:49 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-08-13 09:32:49 285 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=W,to=22/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=COMPLETING}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:49 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:49 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=W,to=22/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=COMPLETING}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-08-13 09:32:49 285 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@40494a4c{WRITING}->null 2021-08-13 09:32:49 285 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@40494a4c{IDLE}->null:WRITING-->IDLE 2021-08-13 09:32:49 285 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@65a660ac[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@74203301] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-13 09:32:49 285 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@65a660ac[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@74203301] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-13 09:32:49 285 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=22/30000} 2021-08-13 09:32:49 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} oshut=false, ishut=false 2021-08-13 09:32:49 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-08-13 09:32:49 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6320fa84[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-13 09:32:49 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-13 09:32:49 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-08-13 09:32:49 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-08-13 09:32:49 287 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-13 09:32:49 287 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-08-13 09:32:49 287 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-08-13 09:32:49 287 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-08-13 09:32:49 287 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@39f0483{SSLC.NBReadCB@62b7922c{SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8}}} 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9} 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@5de7c02e on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@5de7c02e 2021-08-13 09:32:49 288 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=c19e6469-1ad8-4a7c-8431-53190c6dcf5a, referenceCounter=0, store size=0} on thread dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9} 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:49 288 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Exiting. 2021-08-13 09:32:49 288 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.237:9101 remote=/10.233.66.202:54242], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@48703e15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@48703e15{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10}:runFillable:BLOCKING 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - completed HttpChannelState@48703e15{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5022]@2021-08-13T09:32:49.289542Z 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@5f7aae14 offer EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=11,epc=5022]@2021-08-13T09:32:49.289637Z 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@3fdb1e75 startThread=0 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@48703e15{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@48703e15{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@3fdb1e75 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}] 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5022]@2021-08-13T09:32:49.289831Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10}:runFillable:BLOCKING/BLOCKING 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@3fdb1e75 started 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@3fdb1e75 waiting 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@39f0483{SSLC.NBReadCB@62b7922c{SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@43375885[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@253a7996{s=END}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.66.237:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10}}} 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@5f7aae14 task=EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5023]@2021-08-13T09:32:49.289967Z 2021-08-13 09:32:49 289 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - recycle HttpChannelState@48703e15{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5023]@2021-08-13T09:32:49.290001Z tryProduce true 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >c.onFillable SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 10.233.66.202 - - [13/Aug/2021:09:32:49 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 10 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1153530[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13u\x16vH#L\xA3/+0\x89\xAbJ\xC5\xF1\xC8\x1c\xC6\xAb>>>\x82Qg+\xB2\x82\xF9j&...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=24 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#$t&X...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#$t&X...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@43375885::DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=27/30000} filled -1 HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#$t&X...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - onFillable SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 290 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=27/30000} 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@5cb0fec4{null} 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - FillInterest@5cb0fec4{null} lost race null 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@3e50c59a size 1 > capacity 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@3e50c59a in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - shutdownOutput: SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - ensureFillInterested SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@39f0483{SSLC.NBReadCB@62b7922c{SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 291 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@5de7c02e on ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken with none selected 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 0/0/1 selected 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 0 keys, 1 updates 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 1 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100612440@5de7c02e 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d woken up from select, 1/1/1 selected 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d processing 1 keys, 0 updates 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.237:9101 remote=/10.233.66.202:54242], selector=sun.nio.ch.EPollSelectorImpl@1d5aa16d, interestOps=1, readyOps=1 SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - doClose SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6b7cac56{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=/10.233.66.237:9101,r=/10.233.66.202:54242,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6b7cac56{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@39f0483{SSLC.NBReadCB@62b7922c{SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=11,epc=5023]@2021-08-13T09:32:49.292588Z 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@3fdb1e75 offer EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=11,epc=5023]@2021-08-13T09:32:49.29265Z 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillableFail SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@2284f84b startThread=0 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onFail FillInterest@5cb0fec4{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) 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.doClose(SslConnection.java:1366) 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:254) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup ManagedSelector@46894dc5{STARTED} id=0 keys=1 selected=1 updates=0 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7e6b642f startThread=0 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@5cb0fec4{null} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@43375885::DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} parse HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#$t&X...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@306f59d7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#$t&X...\x00\x00\x00\x00\x00\x00\x00} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=11,epc=5023]@2021-08-13T09:32:49.292763Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6b7cac56{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@43375885::DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@39f0483{null} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - FillInterest@39f0483{null} lost race null 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@43375885::DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} 2021-08-13 09:32:49 292 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@43375885::DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} onFillable exit HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@6b7cac56{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@23fbfef waiting 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close SocketChannelEndPoint@6b7cac56{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@3fdb1e75 task=EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}][pc=0,pic=0,pec=11,epc=5024]@2021-08-13T09:32:49.293261Z 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6b7cac56{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1d5aa16d waiting with 1 keys 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@615bad16/SelectorProducer@3c9f4376/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}][pc=0,pic=0,pec=11,epc=5024]@2021-08-13T09:32:49.293319Z tryProduce true 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@3fdb1e75 size 1 > capacity 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@3fdb1e75 in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}] 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@2284f84b in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}] 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@2284f84b size 1 > capacity 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7e6b642f in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}] 2021-08-13 09:32:49 293 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@2284f84b in InstrumentedQueuedThreadPool[dw]@24e5389c{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}] 2021-08-13 09:32:49 294 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@6b7cac56{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-13 09:32:49 294 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onClose HttpConnection@43375885::DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} 2021-08-13 09:32:49 294 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - onClose SslConnection@62b7922c::SocketChannelEndPoint@6b7cac56{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@62b7922c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@46e03551{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@43375885[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@253a7996{s=START}]=>HttpChannelOverHttp@53e778d3{s=HttpChannelState@48703e15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=fal