Results

By type

          	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:717)
	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)
2022-04-15 10:09:37 413 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Starting mapping of the exception.
javax.ws.rs.WebApplicationException: HTTP 499 
	at org.onap.holmes.common.utils.ExceptionUtil.buildExceptionResponse(ExceptionUtil.java:32)
	at org.onap.holmes.rulemgt.resources.RuleMgtResources.addCorrelationRule(RuleMgtResources.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor72.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:79)
	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:717)
	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)
2022-04-15 10:09:37 413 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-27 - PUT /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.addCorrelationRule(RuleMgtResources.java:75)
	at jdk.internal.reflect.GeneratedMethodAccessor72.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:79)
	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:717)
	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)
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@48e2ccb0[p=0,l=64,c=8192,r=64]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@46c45dfc{null}
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=40}
499  HTTP/1.1
Date: Fri, 15 Apr 2022 10:09:37 GMT
X-TransactionID: c7dbb3b3-c13d-4d50-b398-72f6d96d75e6
X-InvocationID: 5b78fcc9-44f6-4ec1-8ef7-cc0ee31e08f4
Content-Length: 64
Content-Type: text/plain


2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@2bf5550e[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=64},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4e087c11] (null,[p=0,l=64,c=8192,r=64],true)@START
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=64} last=true content=HeapByteBuffer@48e2ccb0[p=0,l=64,c=8192,r=64]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Fri, 15 Apr 2022 10:09:37 GMT
X-TransactionID: c7dbb3b3-c13d-4d50-b398-72f6d96d75e6
X-InvocationID: 5b78fcc9-44f6-4ec1-8ef7-cc0ee31e08f4
Content-Length: 64
Content-Type: text/plain


2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@2bf5550e[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=64},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4e087c11] ([p=0,l=209,c=8192,r=209],[p=0,l=64,c=8192,r=64],true)@COMPLETING
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@10d1ae2c{IDLE}->null [HeapByteBuffer@23097b40[p=0,l=209,c=8192,r=209]={<<>>ncoding\r\n...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@48e2ccb0[p=0,l=64,c=8192,r=64]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@10d1ae2c{WRITING}->null:IDLE-->WRITING
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=41/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=W,to=46/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CONTENT,4283 of 4283},g=HttpGenerator@69b48618{s=COMPLETING}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=40}
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@23097b40[p=0,l=209,c=8192,r=209]={<<>>ncoding\r\n...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@48e2ccb0[p=0,l=64,c=8192,r=64]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-04-15 10:09:37 413 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 273 bytesProduced = 311 sequenceNumber = 1 [p=0,l=311,c=17408,r=311] ioDone=false/false
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 311 SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=41/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=W,to=47/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CONTENT,4283 of 4283},g=HttpGenerator@69b48618{s=COMPLETING}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=41}
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:37 414 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - KeepAlive stream used: https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=W,to=47/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CONTENT,4283 of 4283},g=HttpGenerator@69b48618{s=COMPLETING}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=41}
2022-04-15 10:09:37 414 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-3-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@54304cd26 pairs: {null: HTTP/1.1 499}{Date: Fri, 15 Apr 2022 10:09:37 GMT}{X-TransactionID: c7dbb3b3-c13d-4d50-b398-72f6d96d75e6}{X-InvocationID: 5b78fcc9-44f6-4ec1-8ef7-cc0ee31e08f4}{Content-Type: text/plain}{Content-Length: 64}
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=273 remaining=0 WriteFlusher@10d1ae2c{WRITING}->null
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@10d1ae2c{IDLE}->null:WRITING-->IDLE
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@2bf5550e[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=64},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4e087c11] ([p=209,l=209,c=8192,r=0],[p=64,l=64,c=8192,r=0],true)@END
2022-04-15 10:09:37 414 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - PUT /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=caf62f8f-04cb-4d22-8cfc-6cdb3d6f47b5, referenceCounter=0, store size=0} on thread dw-27 - PUT /api/holmes-rule-mgmt/v1/rule
2022-04-15 10:09:37 414 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=41}
2022-04-15 10:09:37 414 ERROR [org.onap.holmes.common.utils.JerseyClient][pool-3-thread-1] invocationID:{InvocationID} - Failed to get response from the server <499>. 
URL: https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule
Cause: 
Response body: Failed to verify the rule. The contents of the rule are invalid.
2022-04-15 10:09:37 414 ERROR [org.onap.holmes.rulemgt.dcae.ConfigFileScanningTask][pool-3-thread-1] invocationID:{InvocationID} - Failed to deploy rule: ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b.
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@139d993b{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@139d993b{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=41}
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@139d993b{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@139d993b{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@139d993b{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=41}
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=64
2022-04-15 10:09:37 414 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - unconsumed input HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=48/30000}
127.0.0.1 - - [15/Apr/2022:10:09:37 +0000] "PUT /api/holmes-rule-mgmt/v1/rule HTTP/1.1" 499 64 "-" "Jersey/2.31 (HttpUrlConnection 11.0.6)" 41
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=48/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CONTENT,4283 of 4283},g=HttpGenerator@69b48618{s=END}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=42}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00E\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=48/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CONTENT,4283 of 4283},g=HttpGenerator@69b48618{s=END}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=42}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=48/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CONTENT,4283 of 4283},g=HttpGenerator@69b48618{s=END}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=42}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00E\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=48/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CONTENT,4283 of 4283},g=HttpGenerator@69b48618{s=END}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=42}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=48/30000} filled 0 HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=48/30000} parse HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CONTENT_END
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=42}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT_END --> END
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=42}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.server.HttpInput][dw-27] invocationID:{InvocationID} - HttpInputOverHTTP@50dbe0ca[c=4283,q=0,[0]=null,s=STREAM] addContent EOF
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=48/30000} parsed false HttpParser{s=END,4283 of 4283}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=48/30000}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@139d993b{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - reset HttpParser{s=END,4283 of 4283}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - END --> START
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=48/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00E\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:37 415 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=49/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=49/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00E\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=49/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=49/30000} filled 0 HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=49/30000} parse HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=49/30000} parsed false HttpParser{s=START,0 of -1}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=49/30000}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=49/30000}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@5393bfcf{AC.ReadCB@5d7e948{HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@122bfdb5{SSLC.NBReadCB@3d1b7415{SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}}}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@74769839 on ManagedSelector@7871d261{STARTED} id=0 keys=2 selected=0 updates=0
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=2 selected=0 updates=1
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@139d993b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:37 416 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:37 417 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/2 selected
2022-04-15 10:09:37 417 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 1 updates
2022-04-15 10:09:37 417 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:37 417 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:37 417 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@74769839
2022-04-15 10:09:37 417 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@1fb79416 size 1 > capacity
2022-04-15 10:09:37 417 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@1fb79416 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:37 417 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:37 417 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:37 417 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 2 keys
2022-04-15 10:09:45 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@1c68d0db-RuleActiveApp@52227eb2{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@5b5da025[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60648]] on ManagedSelector@7871d261{STARTED} id=0 keys=2 selected=0 updates=0
2022-04-15 10:09:45 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@1c68d0db-RuleActiveApp@52227eb2{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=2 selected=0 updates=1
2022-04-15 10:09:45 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@1c68d0db-RuleActiveApp@52227eb2{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@658d92db[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60646]] on ManagedSelector@7871d261{STARTED} id=0 keys=2 selected=0 updates=1
2022-04-15 10:09:45 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:45 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/2 selected
2022-04-15 10:09:45 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 2 updates
2022-04-15 10:09:45 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 2
2022-04-15 10:09:45 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update Accept@5b5da025[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60648]]
2022-04-15 10:09:45 983 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue Accept@5b5da025[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60648]] startThread=0
2022-04-15 10:09:45 984 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update Accept@658d92db[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60646]]
2022-04-15 10:09:45 984 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run Accept@5b5da025[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60648]] in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:45 984 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue Accept@658d92db[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60646]] startThread=0
2022-04-15 10:09:45 984 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:45 984 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:45 984 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-23] invocationID:{InvocationID} - SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-04-15 10:09:45 984 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run Accept@658d92db[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60646]] in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:45 984 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-04-15 10:09:45 984 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-23] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@7b8b5150
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@1b512eff
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - new HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@114e5cf9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1eecb2b7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - New HTTP Connection HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x00000001005eec40@1bc5e7bd on ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=0
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x00000001005eec40@737c8ca3 on ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=0
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 985 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@5f952d82{AC.ReadCB@38313141{HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@3d7c9dcc{AC.ReadCB@10cf2f3e{HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@6bd9c1c2{SSLC.NBReadCB@788fc9a8{SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}}}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - 1 for SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@6d1d8798 on ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=2
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - ensureFillInterested SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=3
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/4 selected
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 3 updates
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 3
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x00000001005eec40@737c8ca3
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Created SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x00000001005eec40@1bc5e7bd
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@6d1d8798
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran Accept@5b5da025[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60648]] in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:45 986 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@2af21754{SSLC.NBReadCB@8fef171{SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}}}
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@55f80e02 on ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=0
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 1
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - wakeup on updates SelectorProducer@62735b13
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran Accept@658d92db[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60646]] in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/4 selected
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 1 updates
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60648], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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} 
2022-04-15 10:09:45 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 988 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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
2022-04-15 10:09:45 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1650]@2022-04-15T10:09:45.988378Z
2022-04-15 10:09:45 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@53d96704 offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1650]@2022-04-15T10:09:45.988595Z
2022-04-15 10:09:45 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:45 988 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@2bd7a599 startThread=0
2022-04-15 10:09:45 988 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@2bd7a599 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:45 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@53d96704 task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1650]@2022-04-15T10:09:45.988855Z
2022-04-15 10:09:45 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@2bd7a599 started
2022-04-15 10:09:45 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@2bd7a599 waiting
2022-04-15 10:09:45 988 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1650]@2022-04-15T10:09:45.98895Z tryProduce true
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1650]@2022-04-15T10:09:45.988921Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@55f80e02
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=0}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@6bd9c1c2{SSLC.NBReadCB@788fc9a8{SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}}}
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/4 selected
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >c.onFillable SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60646], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=3/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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} 
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - onFillable SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@5f952d82{AC.ReadCB@38313141{HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@114e5cf9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >fill SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1651]@2022-04-15T10:09:45.990017Z
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6039fd20[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03:\x05\x06\x80\xB5`3\x1aIh;+8\xD4...\xB2\xA1P\x84\x82\xA37v9\x93\xBb\x8f\xD0R/8\x91\xD4\n\xEc{\xAap>>>tion: kee...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=261
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@2bd7a599 offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1651]@2022-04-15T10:09:45.990073Z
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill starting handshake SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@74a51610 startThread=0
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@2bd7a599 task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1651]@2022-04-15T10:09:45.990228Z
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@74a51610 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@74a51610 started
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1651]@2022-04-15T10:09:45.990334Z tryProduce true
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@74a51610 waiting
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1651]@2022-04-15T10:09:45.990304Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@2af21754{SSLC.NBReadCB@8fef171{SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}}}
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_TASK
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@3d7c9dcc{AC.ReadCB@10cf2f3e{HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@1eecb2b7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_WRAP
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@65949930[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x9fD\xC3\xA0#\xEe\x08\xA2\xC3\xF3\xBb\x055\xCe...-\xBeC\xA8\x03\xE8p8M\xA3\x06\x80g\x14\xC6(\x1cY$\xF1\x8c\xEd\x11>>>\x7f\xCa\xFcc\x80\xD0\xA0\x9e\x05...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >flush SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@788fc9a8{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >fill SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 373 HeapByteBuffer@3f7674ac[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03:\x05\x06\x80\xB5`3\x1a...[$G"\x8f\x13\xC2\x86\xCd3R\x8c\x8c\x14Z\xAd-\xA9\x84\x00#\x91@>>>\x86\xDc\x02Q^\x88\xA5&\xAb...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=373
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f7674ac[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03:\x05\x06\x80\xB5`3\x1aIh;+8\xD4...[$G"\x8f\x13\xC2\x86\xCd3R\x8c\x8c\x14Z\xAd-\xA9\x84\x00#\x91@>>>\x86\xDc\x02Q^\x88\xA5&\xAb...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@65949930[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_TASK
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@65949930[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=7/30000} filled 0 HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=START,0 of -1}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=7/30000}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=7/30000}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@3d7c9dcc{AC.ReadCB@10cf2f3e{HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 993 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@2af21754{SSLC.NBReadCB@8fef171{SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}}}
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@55f80e02 on ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=0
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=1
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1eecb2b7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/4 selected
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 1 updates
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@55f80e02
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@53d96704 size 1 > capacity
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@53d96704 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:45 994 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/4 selected
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60646], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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} 
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1652]@2022-04-15T10:09:45.995728Z
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@74a51610 offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1652]@2022-04-15T10:09:45.995813Z
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@393f44e9 startThread=0
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@393f44e9 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@393f44e9 started
2022-04-15 10:09:45 995 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@393f44e9 waiting
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@74a51610 task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1652]@2022-04-15T10:09:45.996016Z
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1652]@2022-04-15T10:09:45.996124Z tryProduce true
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1652]@2022-04-15T10:09:45.996057Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@2af21754{SSLC.NBReadCB@8fef171{SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}}}
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@3d7c9dcc{AC.ReadCB@10cf2f3e{HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1eecb2b7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 373 HeapByteBuffer@65949930[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x9fD\xC3\xA0#\xEe\x08\xA2...\xA3Fl/\xF1b\xEa\xCd,\xBf\xA1\xE2a\xE5\xF6\xB4P\x08f=vn\xD1>>>\xFc\xD9,\xBc;LD\xD6\xCf...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=373
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@65949930[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x9fD\xC3\xA0#\xEe\x08\xA2\xC3\xF3\xBb\x055\xCe...\xA3Fl/\xF1b\xEa\xCd,\xBf\xA1\xE2a\xE5\xF6\xB4P\x08f=vn\xD1>>>\xFc\xD9,\xBc;LD\xD6\xCf...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:45 996 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2022-04-15 10:09:45 999 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-20] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@7b8b5150
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_WRAP
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >flush SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@788fc9a8{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3f7674ac[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-22] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@1b512eff
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000} filled 0 HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=START,0 of -1}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-20] invocationID:{InvocationID} - fillInterested HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=16/30000}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - interested FillInterest@5f952d82{AC.ReadCB@38313141{HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - interested FillInterest@6bd9c1c2{SSLC.NBReadCB@788fc9a8{SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}}}
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@6d1d8798 on ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=0
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=1
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@114e5cf9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@3fa60164 size 1 > capacity
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@3fa60164 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/4 selected
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 1 updates
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@6d1d8798
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:46 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:46 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/4 selected
2022-04-15 10:09:46 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:46 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60648], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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} 
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1653]@2022-04-15T10:09:46.005217Z
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@393f44e9 offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1653]@2022-04-15T10:09:46.005317Z
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@3c78f8a9 startThread=0
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@393f44e9 task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1653]@2022-04-15T10:09:46.005448Z
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@3c78f8a9 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@3c78f8a9 started
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1653]@2022-04-15T10:09:46.005502Z tryProduce true
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@3c78f8a9 waiting
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1653]@2022-04-15T10:09:46.005481Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@6bd9c1c2{SSLC.NBReadCB@788fc9a8{SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}}}
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 005 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@5f952d82{AC.ReadCB@38313141{HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@114e5cf9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 219 HeapByteBuffer@6039fd20[p=0,l=219,c=17408,r=219]={<<<\x17\x03\x03\x005\x9b\xBd\xD8\xF9\xBf\xDb\x04\xA1\x07\xF1\xA3\x8c\xAdn\x19/^\xBb;\xC0...\xE6\x91\x8d\x06\xCf=x\xF2\x82\xE0\x16\x99\xC2MK}L\xA4\xD5\x8b\x90=!>>>\x1c\xFfr\x96q^\xAa\x81\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=219
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:46 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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
2022-04-15 10:09:46 007 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} -  TLSHandshake: 10.233.71.14:60648, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=219 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=219,c=17408,r=161] unwrapBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x012\x04\xFeK\xD2...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@65949930[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=161/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@65949930[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6039fd20[p=58,l=219,c=17408,r=161]={\x17\x03\x03\x005\x14\x00\x00 ...\xBfC/(nc_<<<\x17\x03\x03\x00\x9cU{y\x9d\xEb\xA3O\xCb\x95\xE1X\xC8\xFa\xDfC\xCe\x1a\x15\x87g...\xE6\x91\x8d\x06\xCf=x\xF2\x82\xE0\x16\x99\xC2MK}L\xA4\xD5\x8b\x90=!>>>\x1c\xFfr\x96q^\xAa\x81\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 161 bytesProduced = 139 encryptedBuffer=[p=219,l=219,c=17408,r=0] unwrapBuffer=HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>oa\x15hH\xF0\x10\n\xA1...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>oa\x15hH\xF0\x10\n\xA1...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=13/30000} filled 0 HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00S}\xC2\xC3\x19...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=START,0 of -1}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=13/30000}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - fillInterested HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=13/30000}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@3d7c9dcc{AC.ReadCB@10cf2f3e{HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@38313141[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=4/30000} filled 139 HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>oa\x15hH\xF0\x10\n\xA1...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>oa\x15hH\xF0\x10\n\xA1...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@2af21754{SSLC.NBReadCB@8fef171{SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}}}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>oa\x15hH\xF0\x10\n\xA1...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@55f80e02 on ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=0
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=1
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1eecb2b7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/4 selected
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 1 updates
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@55f80e02
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@2bd7a599 size 1 > capacity
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@2bd7a599 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/4 selected
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60646], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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} 
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.71.99:9101
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=5/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-04-15 10:09:46 007 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=5/30000}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@114e5cf9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1654]@2022-04-15T10:09:46.008119Z
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.71.99 with SNI null
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@3c78f8a9 offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1654]@2022-04-15T10:09:46.008161Z
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@741e2a77 startThread=0
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@741e2a77 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@741e2a77 started
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@741e2a77 waiting
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@5d5a51b1{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck)@1696a764 in null
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1654]@2022-04-15T10:09:46.008258Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@2af21754{SSLC.NBReadCB@8fef171{SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}}}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-27a09971@a3081e4c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=customFilter@b73433==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-50eb4a2c@50eb4a2c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-7235f92b@7235f92b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-27a09971@a3081e4c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@3d7c9dcc{AC.ReadCB@10cf2f3e{HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter customFilter@b73433==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@1eecb2b7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:46 008 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering.
2022-04-15 10:09:46 008 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-04-15 10:09:46 008 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9117a15c-63b6-44f6-9a95-6e53f5009880
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:46 008 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-50eb4a2c@50eb4a2c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-7235f92b@7235f92b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-27a09971@a3081e4c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 219 HeapByteBuffer@79d5c1b8[p=0,l=219,c=17408,r=219]={<<<\x17\x03\x03\x005\x0b+A\x0e\xCc0be9XIB\x8b\x8b\xB0\xEc5\xFc\x8e\xA6...\x04\x19\xFd\xEe\x19\xFb|_8\x9b\x07b\x972\xD9m\x1a\xCc\xD4\xFcr*\xE4>>>\xDe$\x19\xDd\x99\x10\xCa\xBe\xDb...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=219
2022-04-15 10:09:46 008 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@3c78f8a9 task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1655]@2022-04-15T10:09:46.008954Z
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1655]@2022-04-15T10:09:46.009024Z tryProduce true
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:46 009 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} -  TLSHandshake: 10.233.71.14:60646, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=219 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=219,c=17408,r=161] unwrapBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=161/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@79d5c1b8[p=58,l=219,c=17408,r=161]={\x17\x03\x03\x005\x14\x00\x00 ...\xDa_\xF5\x0e\xCa\x9d\xF3<<<\x17\x03\x03\x00\x9cl\xEb+\xCb?\xD9\xA1"\xAe\xD4\x9e\x14\xEc\xF9\x85\xB3_[\xA5\xEb...\x04\x19\xFd\xEe\x19\xFb|_8\x9b\x07b\x972\xD9m\x1a\xCc\xD4\xFcr*\xE4>>>\xDe$\x19\xDd\x99\x10\xCa\xBe\xDb...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=161/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 161 bytesProduced = 139 encryptedBuffer=[p=219,l=219,c=17408,r=0] unwrapBuffer=HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>oa\x15hH\xF0\x10\n\xA1...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>oa\x15hH\xF0\x10\n\xA1...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000} filled 139 HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>oa\x15hH\xF0\x10\n\xA1...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>oa\x15hH\xF0\x10\n\xA1...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>oa\x15hH\xF0\x10\n\xA1...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.71.99:9101
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000}
2022-04-15 10:09:46 009 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@1eecb2b7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.71.99 with SNI null
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5d5a51b1{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck)@1696a764
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@4e76bc2d exclude no deflater
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@5d5a51b1{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck)@75c25cdf in null
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@41d439a6[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@3a123c85{null}
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-27a09971@a3081e4c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Fri, 15 Apr 2022 10:09:46 GMT
X-TransactionID: 9117a15c-63b6-44f6-9a95-6e53f5009880
X-InvocationID: 1c12e3bc-a169-4001-8b57-47454501a79d
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=customFilter@b73433==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-50eb4a2c@50eb4a2c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-7235f92b@7235f92b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-27a09971@a3081e4c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter customFilter@b73433==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@199c1124[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@62f051ee] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-04-15 10:09:46 010 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering.
2022-04-15 10:09:46 010 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-04-15 10:09:46 010 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: e7eac1c2-29ed-4f21-bb1f-60cd879dcad0
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@41d439a6[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 010 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 15 Apr 2022 10:09:46 GMT
X-TransactionID: 9117a15c-63b6-44f6-9a95-6e53f5009880
X-InvocationID: 1c12e3bc-a169-4001-8b57-47454501a79d
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-50eb4a2c@50eb4a2c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-7235f92b@7235f92b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@199c1124[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@62f051ee] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-27a09971@a3081e4c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@2095d1f{IDLE}->null [HeapByteBuffer@23097b40[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@41d439a6[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2095d1f{WRITING}->null:IDLE-->WRITING
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=COMPLETING}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@23097b40[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@41d439a6[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5d5a51b1{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck)@75c25cdf
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@78a75e82 exclude no deflater
2022-04-15 10:09:46 010 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@651a3f74[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@60d2ec32{null}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Fri, 15 Apr 2022 10:09:46 GMT
X-TransactionID: e7eac1c2-29ed-4f21-bb1f-60cd879dcad0
X-InvocationID: c43606d2-0ef9-4f6d-9726-8864e670228c
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@7117053[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45006d7d] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=COMPLETING}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@651a3f74[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 15 Apr 2022 10:09:46 GMT
X-TransactionID: e7eac1c2-29ed-4f21-bb1f-60cd879dcad0
X-InvocationID: c43606d2-0ef9-4f6d-9726-8864e670228c
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@7117053[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45006d7d] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@71551b36{IDLE}->null [HeapByteBuffer@113ffcfe[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@651a3f74[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@71551b36{WRITING}->null:IDLE-->WRITING
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=COMPLETING}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@2095d1f{WRITING}->null
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2095d1f{IDLE}->null:WRITING-->IDLE
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=W,to=3/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=COMPLETING}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@199c1124[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@62f051ee] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@113ffcfe[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@651a3f74[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@199c1124[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@62f051ee] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=8/30000}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=END}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=COMPLETING}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=COMPLETING}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@71551b36{WRITING}->null
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=END}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@71551b36{IDLE}->null:WRITING-->IDLE
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@7117053[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45006d7d] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@7117053[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@45006d7d] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=4/30000}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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
2022-04-15 10:09:46 011 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=END}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=END}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=END}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@2af21754{SSLC.NBReadCB@8fef171{SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=END}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@55f80e02 on ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=0
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=1
10.233.71.14 - - [15/Apr/2022:10:09:46 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 3
10.233.71.14 - - [15/Apr/2022:10:09:46 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 6
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/4 selected
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@6bd9c1c2{SSLC.NBReadCB@788fc9a8{SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=END}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 1 updates
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@55f80e02
2022-04-15 10:09:46 012 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=b76df7a9-060b-4331-9575-222f592f8202, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck
2022-04-15 10:09:46 012 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@38313141[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6e9fa229{s=END}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@6d1d8798 on ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=0
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 1
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@1eecb2b7{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - wakeup on updates SelectorProducer@62735b13
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1eecb2b7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/4 selected
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 1 updates
2022-04-15 10:09:46 012 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=7ba72e4f-08e5-4567-a903-f06622d279ee, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@1eecb2b7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@1eecb2b7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:46 012 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1eecb2b7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@114e5cf9{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.99:9101 remote=/10.233.71.14:60646], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@114e5cf9{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@1eecb2b7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:46 012 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@114e5cf9{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5423eea9{s=END}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=true/true,a=IDLE,uri=null,age=3}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@114e5cf9{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@114e5cf9{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@114e5cf9{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1655]@2022-04-15T10:09:46.013216Z
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@741e2a77 offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1655]@2022-04-15T10:09:46.013285Z
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@7e00eef8 startThread=0
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@788fc9a8{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@7e00eef8 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@741e2a77 task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1655]@2022-04-15T10:09:46.013402Z
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6039fd20[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x132\xF9\xEdk\xD0\xD5\xEcN\xA7\xA6\x0b\x18H?\x16%\xCar\xE0>>>\x0b^\x9am\x08\x98\x02|\xE5...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@7e00eef8 started
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@7e00eef8 waiting
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1655]@2022-04-15T10:09:46.013457Z tryProduce true
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@6d1d8798
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFa \x0ev...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFa \x0ev...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1655]@2022-04-15T10:09:46.013434Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@2af21754{SSLC.NBReadCB@8fef171{SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}}}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/4 selected
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFa \x0ev...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=-,flush=-,to=10/30000}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=-,flush=-,to=10/30000}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.99:9101 remote=/10.233.71.14:60648], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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} 
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6039fd20[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xA8\xD2\x17\xA9\x91-S\x18Q\xC0<\xE6xD\xA651T4>>>\x0b^\x9am\x08\x98\x02|\xE5...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1656]@2022-04-15T10:09:46.013923Z
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@7e00eef8 offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1656]@2022-04-15T10:09:46.013963Z
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:46 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@1e65e4b2 startThread=0
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=6/30000}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=6/30000}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@7e00eef8 task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1656]@2022-04-15T10:09:46.014058Z
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1656]@2022-04-15T10:09:46.014028Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1656]@2022-04-15T10:09:46.014113Z tryProduce true
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@1e65e4b2 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - ensureFillInterested SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@1e65e4b2 started
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@1e65e4b2 waiting
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@6bd9c1c2{SSLC.NBReadCB@788fc9a8{SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}}}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@2af21754{SSLC.NBReadCB@8fef171{SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}}}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@55f80e02 on ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=1 updates=0
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@61cd2349{l=/10.233.71.99:9101,r=/10.233.71.14:60648,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=/10.233.71.99:9101,r=/10.233.71.14:60648,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=1
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/4 selected
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 1 updates
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@55f80e02
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@6bd9c1c2{null}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@7871d261{STARTED} id=0 keys=4 selected=0 updates=0
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@3d7c9dcc{null}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2954bfcf startThread=0
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - FillInterest@3d7c9dcc{null} lost race null
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@5f952d82{null}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 4 keys
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFa \x0ev...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@79d5c1b8[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xFa \x0ev...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/3 selected
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2954bfcf in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=0,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@5f952d82{null}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@5f952d82{null} lost race null
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@3c78f8a9 size 1 > capacity
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@741e2a77 size 1 > capacity
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@741e2a77 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=0,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@2af21754{SSLC.NBReadCB@8fef171{SslConnection@8fef171::SocketChannelEndPoint@16e15d47{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@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}}}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillableFail SslConnection@8fef171::SocketChannelEndPoint@16e15d47{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@3d7c9dcc{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)
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@7871d261{STARTED} id=0 keys=3 selected=1 updates=0
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@691ca52 startThread=0
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@3d7c9dcc{null}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@691ca52 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=0,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@1eecb2b7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@3c78f8a9 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=0,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@393f44e9 size 1 > capacity
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@16e15d47{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@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@393f44e9 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose HttpConnection@10cf2f3e::DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}
2022-04-15 10:09:46 014 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.99:9101 remote=/10.233.71.14:60646], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@16e15d47{l=/10.233.71.99:9101,r=/10.233.71.14:60646,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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} 
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@61cd2349{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@114e5cf9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose HttpConnection@38313141::DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose SslConnection@8fef171::SocketChannelEndPoint@16e15d47{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@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@691ca52 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose SslConnection@788fc9a8::SocketChannelEndPoint@61cd2349{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@788fc9a8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1991f2f2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@38313141[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6e9fa229{s=START}]=>HttpChannelOverHttp@64667c{s=HttpChannelState@114e5cf9{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}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@74a51610 size 1 > capacity
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@74a51610 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2954bfcf in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@16e15d47{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@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@16e15d47{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@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@16e15d47{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@8fef171{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2fbcf48{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@10cf2f3e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5423eea9{s=START}]=>HttpChannelOverHttp@3d1bc965{s=HttpChannelState@1eecb2b7{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}
2022-04-15 10:09:46 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 3 keys
2022-04-15 10:09:47 240 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@28b2e1fd] obtained in 0 millis
2022-04-15 10:09:47 241 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@4659febd, maxRows=0, fetchSize=0, flags=16
2022-04-15 10:09:47 241 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null)
2022-04-15 10:09:47 241 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-04-15 10:09:47 241 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-04-15 10:09:47 243 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-04-15 10:09:47 243 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE DataRow(len=41)
2022-04-15 10:09:47 243 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 1)
2022-04-15 10:09:47 243 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-04-15 10:09:47 243 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 2 millis
2022-04-15 10:09:47 243 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-04-15 10:09:47 243 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-04-15 10:09:47 243 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-04-15 10:09:47 243 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@28b2e1fd] released
2022-04-15 10:09:47 243 INFO  [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - There are 1 engine instance(s) running currently.
2022-04-15 10:09:47 244 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@49d9cf92] obtained in 0 millis
2022-04-15 10:09:47 244 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@69649b1a, maxRows=0, fetchSize=0, flags=16
2022-04-15 10:09:47 244 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_3,portal=null)
2022-04-15 10:09:47 244 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-04-15 10:09:47 244 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-04-15 10:09:47 245 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-04-15 10:09:47 245 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 0)
2022-04-15 10:09:47 245 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-04-15 10:09:47 245 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getLegacyEngines */ SELECT DISTINCT(ENGINEINSTANCE) FROM APLUS_RULE] took 1 millis
2022-04-15 10:09:47 246 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@49d9cf92] released
2022-04-15 10:09:47 246 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@431d9f4c] obtained in 0 millis
2022-04-15 10:09:47 246 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@6729ace9, maxRows=0, fetchSize=0, flags=16
2022-04-15 10:09:47 246 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_4,portal=null,$1=<1>,type=INT4)
2022-04-15 10:09:47 246 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-04-15 10:09:47 246 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-04-15 10:09:47 248 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-04-15 10:09:47 248 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 0)
2022-04-15 10:09:47 248 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-04-15 10:09:47 248 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEnable */ SELECT * FROM APLUS_RULE WHERE enable=?] took 1 millis
2022-04-15 10:09:47 248 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@431d9f4c] released
2022-04-15 10:09:47 248 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7789296c] obtained in 0 millis
2022-04-15 10:09:47 248 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@35aa77cc, maxRows=0, fetchSize=0, flags=16
2022-04-15 10:09:47 249 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null,$1=<'10.233.73.150'>,type=VARCHAR)
2022-04-15 10:09:47 249 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-04-15 10:09:47 249 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2022-04-15 10:09:47 250 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-04-15 10:09:47 250 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 0)
2022-04-15 10:09:47 250 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-04-15 10:09:47 250 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEngineInstance */ SELECT * FROM APLUS_RULE WHERE engineinstance=?] took 1 millis
2022-04-15 10:09:47 250 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7789296c] released
2022-04-15 10:09:47 344 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/2 selected
2022-04-15 10:09:47 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:47 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:57770], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9928/30000}{io=1/1,kio=1,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9929/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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} 
2022-04-15 10:09:47 346 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9929/30000}{io=1/0,kio=1,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9930/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 346 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9930/30000}{io=1/0,kio=1,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9930/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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
2022-04-15 10:09:47 346 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1657]@2022-04-15T10:09:47.346927Z
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@1e65e4b2 offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1657]@2022-04-15T10:09:47.347179Z
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@29744ecc startThread=0
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@1e65e4b2 task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1657]@2022-04-15T10:09:47.347661Z
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@29744ecc in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@29744ecc started
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@29744ecc waiting
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1657]@2022-04-15T10:09:47.347762Z tryProduce true
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1657]@2022-04-15T10:09:47.347722Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9931/30000}{io=1/0,kio=1,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9931/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9931/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9931/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 2 keys
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/2 selected
2022-04-15 10:09:47 347 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@122bfdb5{SSLC.NBReadCB@3d1b7415{SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9931/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9931/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}}}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9931/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9931/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/127.0.0.1:9101 remote=/127.0.0.1:57768], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10002/30000}{io=1/1,kio=1,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10002/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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} 
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10002/30000}{io=1/0,kio=1,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10002/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9931/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9931/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@5393bfcf{AC.ReadCB@5d7e948{HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=FI,flush=-,to=9931/30000}}}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10002/30000}{io=1/0,kio=1,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10002/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1658]@2022-04-15T10:09:47.348292Z
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9931/30000} onFillable enter HttpChannelState@139d993b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@29744ecc offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1658]@2022-04-15T10:09:47.348336Z
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@80ca3a7 startThread=0
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9931/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9931/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1658]@2022-04-15T10:09:47.34848Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10002/30000}{io=1/0,kio=1,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10002/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@80ca3a7 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@29744ecc task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1659]@2022-04-15T10:09:47.348586Z
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@7b402ab9{SSLC.NBReadCB@5d479de8{SslConnection@5d479de8::SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10002/30000}{io=1/0,kio=1,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10003/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}}}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@80ca3a7 started
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 80 HeapByteBuffer@79d5c1b8[p=0,l=80,c=17408,r=80]={<<<\x17\x03\x03\x00#A\xB2N\x92\xB7\x04ph^/\x0c\xAaf\x07Y\x01\xC0&}\xC0...\xEd \xC1*\x99\xBcxf\xDe\x85\xB1\x99\xA5\x00\xD6\xEa\x16\x12\x04\x92\xFf;\t>>>ule-mgmt/...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=80
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@80ca3a7 waiting
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >c.onFillable SslConnection@5d479de8::SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10002/30000}{io=1/0,kio=1,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10003/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=80 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 40 bytesProduced = 0 encryptedBuffer=[p=40,l=80,c=17408,r=40] unwrapBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1659]@2022-04-15T10:09:47.348764Z tryProduce true
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - onFillable SslConnection@5d479de8::SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10002/30000}{io=1/0,kio=1,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10003/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@3fdc5a02{AC.ReadCB@1922911e{HttpConnection@1922911e::DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=FI,flush=-,to=10003/30000}}}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@1922911e::DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10003/30000} onFillable enter HttpChannelState@3bd38a89{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownInput SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=17328/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9932/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled -1 HeapByteBuffer@79d5c1b8[p=40,l=80,c=17408,r=40]={\x17\x03\x03\x00#\x01Z\x15\x00...\x12\x97\x98\xA1\xE6\xA8\x9f<<<\x17\x03\x03\x00#"\xF49D1]\x97\x93\xAa\xCf\xB4h\xEd \xC1*\x99\xBcxf\xDe\x85\xB1\x99\xA5\x00\xD6\xEa\x16\x12\x04\x92\xFf;\t>>>ule-mgmt/...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=-1
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >fill SslConnection@5d479de8::SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10003/30000}{io=0/0,kio=0,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10003/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 80 HeapByteBuffer@65949930[p=0,l=80,c=17408,r=80]={<<<\x17\x03\x03\x00#\x8f%o2\xC4\xEfKW~\x86\xEe\xF7z\x86\x99\x9cs}\x86]...\x93\xAe\xC9\xF6\xC7\x16zL1\xF6\x9cW\xF3\x1b\xD0Wg\x93\x86\xDcz\x8dV>>>\xD7g\x00&\xC0/\xC00\xC0...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=80
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=-1 Status = CLOSED HandshakeStatus = NEED_WRAP bytesConsumed = 40 bytesProduced = 0 encryptedBuffer=[p=80,l=80,c=17408,r=0] unwrapBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - unwrap net_filled=80 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 40 bytesProduced = 0 encryptedBuffer=[p=40,l=80,c=17408,r=40] unwrapBuffer=HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15\xA9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15\xA9...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - shutdownInput SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=17328/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10003/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3d1b7415{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9932/30000}=>HttpConnection@5d7e948[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=START,0 of -1}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled -1 HeapByteBuffer@65949930[p=40,l=80,c=17408,r=40]={\x17\x03\x03\x00#\x01Z\x15\x00...\x81wB\xD5SJM<<<\x17\x03\x03\x00#\x83\xB0\xA7\xAa\x90\x0eBw\x14\xDd\x02\x04\x93\xAe\xC9\xF6\xC7\x16zL1\xF6\x9cW\xF3\x1b\xD0Wg\x93\x86\xDcz\x8dV>>>\xD7g\x00&\xC0/\xC00\xC0...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=-1
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9932/30000} filled -1 HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - unwrap net_filled=-1 Status = CLOSED HandshakeStatus = NEED_WRAP bytesConsumed = 40 bytesProduced = 0 encryptedBuffer=[p=80,l=80,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15\xA9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15\xA9...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10003/30000}{io=0/0,kio=0,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10003/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9932/30000} parse HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> CLOSED
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@5d479de8{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10003/30000}=>HttpConnection@1922911e[p=HttpParser{s=START,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9933/30000}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - atEOF HttpParser{s=START,0 of -1}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,OPEN,fill=-,flush=-,to=9933/30000}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@1922911e::DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10003/30000} filled -1 HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15\xA9...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@1922911e::DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10003/30000} parse HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15\xA9...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15\xA9...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 2 keys
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - START --> CLOSED
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10004/30000}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - shutdownOutput: SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,CLOSED,fill=-,flush=-,to=9933/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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=true
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,OPEN,fill=-,flush=-,to=10004/30000}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - shutdownOutput: SslConnection@5d479de8::SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5d479de8{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,CLOSED,fill=-,flush=-,to=10004/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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=true
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,CLOSED,fill=-,flush=-,to=9933/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >flush SslConnection@5d479de8::SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5d479de8{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,CLOSED,fill=-,flush=-,to=10004/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 2 [p=0,l=40,c=17408,r=40] ioDone=true/true
2022-04-15 10:09:47 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 2 [p=0,l=40,c=17408,r=40] ioDone=true/true
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,ISHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,CLOSED,fill=-,flush=-,to=9933/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,CLOSED,fill=-,flush=-,to=10004/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,CLOSED,fill=-,flush=-,to=10004/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,ISHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,CLOSED,fill=-,flush=-,to=9933/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - doClose SocketChannelEndPoint@6450546f{l=/127.0.0.1:9101,r=/127.0.0.1:57768,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=/127.0.0.1:9101,r=/127.0.0.1:57768,CLOSED,fill=-,flush=-,to=10004/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@64ea69c9{l=/127.0.0.1:9101,r=/127.0.0.1:57770,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=/127.0.0.1:9101,r=/127.0.0.1:57770,CLOSED,fill=-,flush=-,to=9933/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - onClose FillInterest@7b402ab9{null}
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Wakeup ManagedSelector@7871d261{STARTED} id=0 keys=2 selected=0 updates=0
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@122bfdb5{null}
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@35d0f893 startThread=0
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@7871d261{STARTED} id=0 keys=2 selected=0 updates=0
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@531bbcb9 startThread=0
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/0 selected
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 0 updates
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@35d0f893 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 0 keys
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9934/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@531bbcb9 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:47 350 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close SocketChannelEndPoint@6450546f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@6450546f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@64ea69c9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9934/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@64ea69c9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9934/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose HttpConnection@1922911e::DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9934/30000}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6450546f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@64ea69c9{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9934/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose SslConnection@5d479de8::SocketChannelEndPoint@6450546f{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@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close SocketChannelEndPoint@6450546f{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@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose SslConnection@3d1b7415::SocketChannelEndPoint@64ea69c9{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@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9934/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@35d0f893 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@64ea69c9{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@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9934/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6450546f{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@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - onClose FillInterest@3fdc5a02{null}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@531bbcb9 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@1922911e::DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1922911e::DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@64ea69c9{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@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9934/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@5393bfcf{null}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@1922911e::DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000} onFillable exit HttpChannelState@3bd38a89{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@5d479de8{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5d4652b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10005/30000}=>HttpConnection@1922911e[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@32fb8722{s=START}]=>HttpChannelOverHttp@1dbfc326{s=HttpChannelState@3bd38a89{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9935/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@1e65e4b2 size 1 > capacity
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9935/30000}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@1e65e4b2 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9935/30000}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5d7e948::DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9935/30000} onFillable exit HttpChannelState@139d993b{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3d1b7415{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@248e0ea0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9935/30000}=>HttpConnection@5d7e948[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69b48618{s=START}]=>HttpChannelOverHttp@7867f8fb{s=HttpChannelState@139d993b{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}
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@7e00eef8 size 1 > capacity
2022-04-15 10:09:47 351 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@7e00eef8 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:52 284 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4cf179ea] obtained in 0 millis
2022-04-15 10:09:52 284 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@36d5d9, maxRows=0, fetchSize=0, flags=16
2022-04-15 10:09:52 284 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null)
2022-04-15 10:09:52 284 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-04-15 10:09:52 284 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  FE=> Sync
2022-04-15 10:09:52 286 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-04-15 10:09:52 286 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  <=BE DataRow(len=41)
2022-04-15 10:09:52 286 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  <=BE CommandStatus(SELECT 1)
2022-04-15 10:09:52 286 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-04-15 10:09:52 286 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 2 millis
2022-04-15 10:09:52 286 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} -   getString columnIndex: 2
2022-04-15 10:09:52 286 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-04-15 10:09:52 286 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-04-15 10:09:52 286 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4cf179ea] released
2022-04-15 10:09:55 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@1c68d0db-RuleActiveApp@52227eb2{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@115f014d[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60714]] on ManagedSelector@7871d261{STARTED} id=0 keys=0 selected=0 updates=0
2022-04-15 10:09:55 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@1c68d0db-RuleActiveApp@52227eb2{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=0 selected=0 updates=1
2022-04-15 10:09:55 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:55 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/0 selected
2022-04-15 10:09:55 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 1 updates
2022-04-15 10:09:55 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:55 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update Accept@115f014d[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60714]]
2022-04-15 10:09:55 983 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue Accept@115f014d[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60714]] startThread=0
2022-04-15 10:09:55 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:55 983 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 1 keys
2022-04-15 10:09:55 984 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run Accept@115f014d[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60714]] in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:55 984 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-22] invocationID:{InvocationID} - SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-04-15 10:09:55 984 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-22] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3a9774c5
2022-04-15 10:09:55 984 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - new HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@39bb8f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-04-15 10:09:55 985 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - New HTTP Connection HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}
2022-04-15 10:09:55 985 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x00000001005eec40@5670cd4a on ManagedSelector@7871d261{STARTED} id=0 keys=1 selected=0 updates=0
2022-04-15 10:09:55 985 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 985 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onOpen SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 985 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onOpen HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}
2022-04-15 10:09:55 985 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - fillInterested HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}
2022-04-15 10:09:55 985 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@312310aa{AC.ReadCB@28c97bc9{HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-04-15 10:09:55 985 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 985 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@61698159{SSLC.NBReadCB@33d421e4{SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}}}
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@73a04791 on ManagedSelector@7871d261{STARTED} id=0 keys=1 selected=0 updates=1
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=1 selected=0 updates=2
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Created SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/1 selected
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 2 updates
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 2
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran Accept@115f014d[java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60714]] in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x00000001005eec40@5670cd4a
2022-04-15 10:09:55 986 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@73a04791
2022-04-15 10:09:55 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:55 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 1 keys
2022-04-15 10:09:55 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/1 selected
2022-04-15 10:09:55 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:55 987 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60714], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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} 
2022-04-15 10:09:55 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 987 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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
2022-04-15 10:09:55 987 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1659]@2022-04-15T10:09:55.987904Z
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@80ca3a7 offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1659]@2022-04-15T10:09:55.988085Z
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@2dfd2285 startThread=0
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@2dfd2285 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@80ca3a7 task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1659]@2022-04-15T10:09:55.988331Z
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@2dfd2285 started
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@2dfd2285 waiting
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1659]@2022-04-15T10:09:55.988473Z tryProduce true
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1659]@2022-04-15T10:09:55.988434Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 1 keys
2022-04-15 10:09:55 988 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@61698159{SSLC.NBReadCB@33d421e4{SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}}}
2022-04-15 10:09:55 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 989 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@312310aa{AC.ReadCB@28c97bc9{HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-04-15 10:09:55 989 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@39bb8f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:55 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:55 989 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6039fd20[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xD5\x05\x8b\xE6\xB6.\xC0\xC8\x16\xA6tX\xA7\x0c...\xCb\x87\xAf\xEc+\xB4\x1ao\x92\x82\xEa1\xAb\xF9kl\x90\x8c\xCb\\\xDa(3>>>\xF1\xD72\xB0B\xD0C38...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:55 989 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=261
2022-04-15 10:09:55 990 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill starting handshake SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:55 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_TASK
2022-04-15 10:09:55 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_WRAP
2022-04-15 10:09:55 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >flush SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:55 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:55 991 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@33d421e4{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 373 HeapByteBuffer@6039fd20[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD5\x05\x8b\xE6\xB6.\xC0\xC8...\xBb\xD1z-\xC4\xD9\xAa\xD3\xF6iZJ\xAd\xCb\xDd\xD3+\xD5\x87+\x00\xC0\x86>>>\xBb\x80?=)\xA0\x014\x9b...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=373
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6039fd20[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD5\x05\x8b\xE6\xB6.\xC0\xC8\x16\xA6tX\xA7\x0c...\xBb\xD1z-\xC4\xD9\xAa\xD3\xF6iZJ\xAd\xCb\xDd\xD3+\xD5\x87+\x00\xC0\x86>>>\xBb\x80?=)\xA0\x014\x9b...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:55 992 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_TASK
2022-04-15 10:09:55 999 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-23] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@3a9774c5
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_WRAP
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >flush SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:56 002 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@33d421e4{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6039fd20[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=17/30000} filled 0 HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=18/30000} parsed false HttpParser{s=START,0 of -1}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=18/30000}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=18/30000}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@312310aa{AC.ReadCB@28c97bc9{HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@61698159{SSLC.NBReadCB@33d421e4{SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}}}
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@73a04791 on ManagedSelector@7871d261{STARTED} id=0 keys=1 selected=0 updates=0
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=1 selected=0 updates=1
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@39bb8f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/1 selected
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 1 updates
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@73a04791
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@29744ecc size 1 > capacity
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@29744ecc in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 1 keys
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/1 selected
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.99:9101 remote=/10.233.71.14:60714], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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} 
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1660]@2022-04-15T10:09:56.004885Z
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@2dfd2285 offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1660]@2022-04-15T10:09:56.004944Z
2022-04-15 10:09:56 004 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@a8ea13b startThread=0
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@2dfd2285 task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1660]@2022-04-15T10:09:56.005042Z
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1660]@2022-04-15T10:09:56.005083Z tryProduce true
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@a8ea13b in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1660]@2022-04-15T10:09:56.005067Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 1 keys
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@a8ea13b started
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@a8ea13b waiting
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@61698159{SSLC.NBReadCB@33d421e4{SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}}}
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@312310aa{AC.ReadCB@28c97bc9{HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=FI,flush=-,to=1/30000}}}
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@39bb8f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 219 HeapByteBuffer@6039fd20[p=0,l=219,c=17408,r=219]={<<<\x17\x03\x03\x005\x14s\xDa$t\x1a\x80\x82\xC2\x1d3_U\x9f\x9b\x03\xC8\x8b\x192...\x0bi\xE0\xC3\x87\n\x95\x7f\x9b\x96\x0b\x1b\xFa`\xF1\xB0m\xE4HN\xB2\r\xB8>>>\x03\x03\x03\x02\x03\x01\x00,\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=219
2022-04-15 10:09:56 006 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} -  TLSHandshake: 10.233.71.14:60714, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=219 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=219,c=17408,r=161] unwrapBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xB872...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=161/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6039fd20[p=58,l=219,c=17408,r=161]={\x17\x03\x03\x005\x14\x00\x00 ...\xBc5,\xAe\x9e!^<<<\x17\x03\x03\x00\x9c\x8033\xCfF%\xAe\x8d\x0f\xB4\xCf\x8c\tO\x1b\x06ao\x1d\x13...\x0bi\xE0\xC3\x87\n\x95\x7f\x9b\x96\x0b\x1b\xFa`\xF1\xB0m\xE4HN\xB2\r\xB8>>>\x03\x03\x03\x02\x03\x01\x00,\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 161 bytesProduced = 139 encryptedBuffer=[p=219,l=219,c=17408,r=0] unwrapBuffer=HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>\t\x9c\xC2\x92b27\xB4L...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>\t\x9c\xC2\x92b27\xB4L...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=START,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=2/30000} filled 139 HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>\t\x9c\xC2\x92b27\xB4L...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>\t\x9c\xC2\x92b27\xB4L...\x00\x00\x00\x00\x00\x00\x00} {}
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@677a297e[p=0,l=139,c=17408,r=139]={<<>>\t\x9c\xC2\x92b27\xB4L...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.71.99:9101
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-04-15 10:09:56 006 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=3/30000}
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@39bb8f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.71.99 with SNI null
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@5d5a51b1{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck)@4ca34e92 in null
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE}
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-27a09971@a3081e4c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=customFilter@b73433==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-50eb4a2c@50eb4a2c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-7235f92b@7235f92b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-27a09971@a3081e4c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter customFilter@b73433==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-04-15 10:09:56 007 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering.
2022-04-15 10:09:56 007 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-04-15 10:09:56 007 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9b8190c0-4314-49cb-9169-aa623b6de9b3
2022-04-15 10:09:56 007 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-50eb4a2c@50eb4a2c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-7235f92b@7235f92b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-04-15 10:09:56 007 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-27a09971@a3081e4c==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5d5a51b1{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck)@4ca34e92
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@1576609b exclude no deflater
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@1dbdfb3d[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@624506c8{null}
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Fri, 15 Apr 2022 10:09:56 GMT
X-TransactionID: 9b8190c0-4314-49cb-9169-aa623b6de9b3
X-InvocationID: 979d65e5-f7fc-40f7-9f93-ef463733269b
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@34c403cc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1210cf77] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@1dbdfb3d[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Fri, 15 Apr 2022 10:09:56 GMT
X-TransactionID: 9b8190c0-4314-49cb-9169-aa623b6de9b3
X-InvocationID: 979d65e5-f7fc-40f7-9f93-ef463733269b
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@34c403cc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1210cf77] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@6086aa1b{IDLE}->null [HeapByteBuffer@113ffcfe[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@1dbdfb3d[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6086aa1b{WRITING}->null:IDLE-->WRITING
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=COMPLETING}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@113ffcfe[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@1dbdfb3d[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-04-15 10:09:56 008 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=COMPLETING}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=COMPLETING}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@6086aa1b{WRITING}->null
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6086aa1b{IDLE}->null:WRITING-->IDLE
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@34c403cc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1210cf77] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@34c403cc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1210cf77] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=5/30000}
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3c39e036[p=0,l=0,c=0,r=0]={<<<>>>}
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-04-15 10:09:56 009 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@61698159{SSLC.NBReadCB@33d421e4{SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@73a04791 on ManagedSelector@7871d261{STARTED} id=0 keys=1 selected=0 updates=0
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=1 selected=0 updates=1
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/1 selected
2022-04-15 10:09:56 010 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=f477b563-dbc4-4ae6-b8ba-05af7e26ea68, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 1 updates
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@73a04791
2022-04-15 10:09:56 010 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 1 keys
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@39bb8f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 1/1/1 selected
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@39bb8f57{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 1 keys, 0 updates
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@39bb8f57{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@39bb8f57{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@39bb8f57{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.99:9101 remote=/10.233.71.14:60714], selector=sun.nio.ch.EPollSelectorImpl@495f505c, interestOps=1, readyOps=1 SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 
2022-04-15 10:09:56 010 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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.71.99:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@39bb8f57{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
10.233.71.14 - - [15/Apr/2022:10:09:56 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 4
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@52d73e0a{s=END}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0} tryExecute EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1661]@2022-04-15T10:09:56.011092Z
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=0}@a8ea13b offer EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1661]@2022-04-15T10:09:56.01115Z
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1} startReservedThread p=1
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@460b50df{s=0/1,p=1}@472e884f startThread=0
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6039fd20[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xA0U\xA2nD|`9\x1d\x12\xCb[\x9b\xAd=\xEcT\xF3\xF6>>>\x05\xAa\xE4\xBf\xB1&\xCb\xAf\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xC2\xD5}...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xC2\xD5}...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=0/1,p=1}@a8ea13b task=EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1661]@2022-04-15T10:09:56.01134Z
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - run ReservedThreadExecutor@460b50df{s=0/1,p=1}@472e884f in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}]
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1661]@2022-04-15T10:09:56.011263Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=1}@472e884f started
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6e8f2094/SelectorProducer@62735b13/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1661]@2022-04-15T10:09:56.011405Z tryProduce true
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@472e884f waiting
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@28c97bc9::DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@677a297e[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3\xC2\xD5}...\x00\x00\x00\x00\x00\x00\x00}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@61698159{SSLC.NBReadCB@33d421e4{SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}}}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 1 keys
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=7/30000}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=7/30000}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - ensureFillInterested SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@312310aa{null}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@312310aa{null} lost race null
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@61698159{SSLC.NBReadCB@33d421e4{SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}}}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@460b50df{s=1/1,p=0}@2dfd2285 size 1 > capacity
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@73a04791 on ManagedSelector@7871d261{STARTED} id=0 keys=1 selected=0 updates=0
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@460b50df{s=1/1,p=0}@2dfd2285 in InstrumentedQueuedThreadPool[dw]@40de8f93{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@460b50df{s=1/1,p=0}]
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7871d261{STARTED} id=0 keys=1 selected=0 updates=1
2022-04-15 10:09:56 011 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken with none selected
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c woken up from select, 0/0/1 selected
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c processing 0 keys, 1 updates
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005eb440@73a04791
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@771ce9c6{l=/10.233.71.99:9101,r=/10.233.71.14:60714,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@495f505c waiting with 1 keys
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@61698159{SSLC.NBReadCB@33d421e4{SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{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@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}}}
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillableFail SslConnection@33d421e4::SocketChannelEndPoint@771ce9c6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@33d421e4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2979137f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@28c97bc9[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@52d73e0a{s=START}]=>HttpChannelOverHttp@7a6094fe{s=HttpChannelState@39bb8f57{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}
2022-04-15 10:09:56 012 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@312310aa{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$Rea