Results

By type

          	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:153)
	at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:142)
	at jdk.internal.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114)
	at com.sun.proxy.$Proxy81.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 75 common frames omitted
2021-06-20 12:30:23 240 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-33 - GET /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.getCorrelationRules(RuleMgtResources.java:140)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:50)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
	at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249)
	at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54)
	at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-20 12:30:23 241 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - WebApplicationException (WAE) with non-null entity thrown. Response with status 499 is directly generated from the WAE.
javax.ws.rs.WebApplicationException: HTTP 499 
	at org.onap.holmes.common.utils.ExceptionUtil.buildExceptionResponse(ExceptionUtil.java:32)
	at org.onap.holmes.rulemgt.resources.RuleMgtResources.getCorrelationRules(RuleMgtResources.java:140)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:50)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
	at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249)
	at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54)
	at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@14d201c6 exclude by status 499
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@2539473a[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} complete=true committing=true callback=Blocker@73e6444f{null}
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
499  HTTP/1.1
Date: Sun, 20 Jun 2021 12:30:23 GMT
X-TransactionID: 934818b2-b926-4117-8650-88c0d7e3fe36
X-InvocationID: 66e67c4c-66b1-45bd-8449-9e6e515ed02e
Content-Length: 25
Content-Type: text/plain


2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@3103512b[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@355baafc] (null,[p=0,l=25,c=8192,r=25],true)@START
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=25} last=true content=HeapByteBuffer@2539473a[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Sun, 20 Jun 2021 12:30:23 GMT
X-TransactionID: 934818b2-b926-4117-8650-88c0d7e3fe36
X-InvocationID: 66e67c4c-66b1-45bd-8449-9e6e515ed02e
Content-Length: 25
Content-Type: text/plain


2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@3103512b[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@355baafc] ([p=0,l=209,c=8192,r=209],[p=0,l=25,c=8192,r=25],true)@COMPLETING
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@5ab43bfa{IDLE}->null [HeapByteBuffer@6b8c5be7[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2539473a[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@5ab43bfa{WRITING}->null:IDLE-->WRITING
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@3b622ab7::SocketChannelEndPoint@6f9eac2f{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=W,to=14/30000}=>HttpConnection@34334efc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@21db282d{s=COMPLETING}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6b8c5be7[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@2539473a[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:23 241 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 234 bytesProduced = 263 sequenceNumber = 1 [p=0,l=263,c=17408,r=263] ioDone=false/false
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 263 SocketChannelEndPoint@6f9eac2f{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=W,to=15/30000}=>HttpConnection@34334efc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@21db282d{s=COMPLETING}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8}
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:23 242 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << "HTTP/1.1 499 [\r][\n]"
2021-06-20 12:30:23 242 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << "Date: Sun, 20 Jun 2021 12:30:23 GMT[\r][\n]"
2021-06-20 12:30:23 242 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << "X-TransactionID: 934818b2-b926-4117-8650-88c0d7e3fe36[\r][\n]"
2021-06-20 12:30:23 242 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << "X-InvocationID: 66e67c4c-66b1-45bd-8449-9e6e515ed02e[\r][\n]"
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=W,to=15/30000}=>HttpConnection@34334efc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@21db282d{s=COMPLETING}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8}
2021-06-20 12:30:23 242 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << "Content-Type: text/plain[\r][\n]"
2021-06-20 12:30:23 242 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << "Content-Length: 25[\r][\n]"
2021-06-20 12:30:23 242 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << "[\r][\n]"
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=234 remaining=0 WriteFlusher@5ab43bfa{WRITING}->null
2021-06-20 12:30:23 242 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << "Failed to query the rule."
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@5ab43bfa{IDLE}->null:WRITING-->IDLE
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@3103512b[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@355baafc] ([p=209,l=209,c=8192,r=0],[p=25,l=25,c=8192,r=0],true)@END
2021-06-20 12:30:23 242 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << HTTP/1.1 499 
2021-06-20 12:30:23 242 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << Date: Sun, 20 Jun 2021 12:30:23 GMT
2021-06-20 12:30:23 242 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << X-TransactionID: 934818b2-b926-4117-8650-88c0d7e3fe36
2021-06-20 12:30:23 242 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << X-InvocationID: 66e67c4c-66b1-45bd-8449-9e6e515ed02e
2021-06-20 12:30:23 242 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << Content-Type: text/plain
2021-06-20 12:30:23 242 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20 << Content-Length: 25
2021-06-20 12:30:23 242 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=fa4be512-a167-4cce-b6ec-73ef89cee475, referenceCounter=0, store size=0} on thread dw-33 - GET /api/holmes-rule-mgmt/v1/rule
2021-06-20 12:30:23 242 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Exiting.
2021-06-20 12:30:23 242 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection can be kept alive indefinitely
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{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=8}
2021-06-20 12:30:23 242 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Cancelling request execution
2021-06-20 12:30:23 242 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-20: Shutdown connection
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@29f00805{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@29f00805{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{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=8}
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - completed HttpChannelState@29f00805{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@29f00805{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@29f00805{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{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=8}
2021-06-20 12:30:23 242 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=25
2021-06-20 12:30:23 242 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection discarded
2021-06-20 12:30:23 243 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection released: [id: 20][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200]
127.0.0.1 - - [20/Jun/2021:12:30:23 +0000] "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1" 499 25 "-" "Apache-HttpClient/4.5.10 (Java/11.0.6)" 8
2021-06-20 12:30:23 243 ERROR [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Failed to get right response!Get an error status from server : 499
org.onap.holmes.common.exception.CorrelationException: Get an error status from server : 499
	at org.onap.holmes.common.utils.HttpsUtils.extractResponseEntity(HttpsUtils.java:153)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.getAllCorrelationRules(DcaeConfigurationPolling.java:108)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:79)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - unconsumed input HttpConnection@34334efc::DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=16/30000}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@3b622ab7::SocketChannelEndPoint@6f9eac2f{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@34334efc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@21db282d{s=END}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{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=9}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 31 HeapByteBuffer@429df355[p=0,l=31,c=17408,r=31]={<<<\x15\x03\x03\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x02\xF4f\x812\xAf.L\xF5\xF0=\xD1\x89\x115T,\xF1\xC6>>>le-mgmt/v...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=31
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=31 Status = CLOSED HandshakeStatus = NEED_WRAP bytesConsumed = 31 bytesProduced = 0 encryptedBuffer=[p=31,l=31,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@3b622ab7{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@34334efc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@21db282d{s=END}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{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=9}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - atEOF HttpParser{s=CONTENT,0 of -1}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@34334efc::DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=16/30000} filled -1 HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@34334efc::DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CONTENT --> CONTENT_END
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{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=9}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CONTENT_END --> END
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{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=9}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.server.HttpInput][dw-33] invocationID:{InvocationID} - HttpInputOverHTTP@1b31d8df[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - END --> CLOSED
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@34334efc::DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@34334efc::DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=16/30000}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - recycle HttpChannelState@29f00805{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:23 243 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@3b622ab7::SocketChannelEndPoint@6f9eac2f{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b622ab7{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >flush SslConnection@3b622ab7::SocketChannelEndPoint@6f9eac2f{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b622ab7{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 31 sequenceNumber = 2 [p=0,l=31,c=17408,r=31] ioDone=true/true
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=17/30000} stored flush exception
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=17/30000}
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - shutdownOutput: SslConnection@3b622ab7::SocketChannelEndPoint@6f9eac2f{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=false
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >flush SslConnection@3b622ab7::SocketChannelEndPoint@6f9eac2f{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,CLOSED,fill=-,flush=-,to=17/30000}
2021-06-20 12:30:23 244 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close SocketChannelEndPoint@6f9eac2f{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6f9eac2f{l=/127.0.0.1:9101,r=/127.0.0.1:38840,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - doClose SocketChannelEndPoint@6f9eac2f{l=/127.0.0.1:9101,r=/127.0.0.1:38840,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=/127.0.0.1:9101,r=/127.0.0.1:38840,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - onClose FillInterest@4043babf{null}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Wakeup ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3010489b startThread=0
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3010489b in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/0 selected
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 0 updates
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 0 keys
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close SocketChannelEndPoint@6f9eac2f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6f9eac2f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33] invocationID:{InvocationID} - ignored: WriteFlusher@5ab43bfa{IDLE}->null
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@6f9eac2f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - onFail FillInterest@fb1c644{null}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onClose HttpConnection@34334efc::DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onClose SslConnection@3b622ab7::SocketChannelEndPoint@6f9eac2f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3010489b in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - 
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSED,0 of -1}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@34334efc::DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000} parse HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=CLOSED HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@34334efc::DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@34334efc::DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@34334efc::DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000} onFillable exit HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@3b622ab7{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@339536c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@34334efc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@21db282d{s=START}]=>HttpChannelOverHttp@7c5b56a9{s=HttpChannelState@29f00805{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@71587941 size 1 > capacity
2021-06-20 12:30:23 245 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@71587941 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:30 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@d8e4250-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@67dea773[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59754]] on ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-20 12:30:30 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@d8e4250-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-20 12:30:30 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:30 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/0 selected
2021-06-20 12:30:30 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:30 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:30 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update Accept@67dea773[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59754]]
2021-06-20 12:30:30 806 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - queue Accept@67dea773[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59754]] startThread=0
2021-06-20 12:30:30 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 807 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - run Accept@67dea773[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59754]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:30 807 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-37] invocationID:{InvocationID} - SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-20 12:30:30 807 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-37] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@2ea9d42e
2021-06-20 12:30:30 807 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-37] invocationID:{InvocationID} - new HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=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@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-20 12:30:30 807 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - New HTTP Connection HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:30 807 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@25a4c41c on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:30 807 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-37] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 807 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onOpen SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 807 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onOpen HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - fillInterested HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - interested FillInterest@494ab5a5{AC.ReadCB@3a403813{HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - interested FillInterest@4a4d1cb4{SSLC.NBReadCB@6c393fec{SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@6fae9c4e on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=2
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Created SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 2 updates
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 2
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@25a4c41c
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - ran Accept@67dea773[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59754]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@6fae9c4e
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59754], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-20 12:30:30 808 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1769]@2021-06-20T12:30:30.809105Z
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@295febfa offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1769]@2021-06-20T12:30:30.809164Z
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@4cd4042a startThread=0
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@4cd4042a in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@4cd4042a started
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@295febfa task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1769]@2021-06-20T12:30:30.809346Z
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@4cd4042a waiting
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1769]@2021-06-20T12:30:30.80939Z tryProduce true
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1769]@2021-06-20T12:30:30.809274Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@4a4d1cb4{SSLC.NBReadCB@6c393fec{SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >c.onFillable SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - onFillable SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@494ab5a5{AC.ReadCB@3a403813{HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >fill SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 261 HeapByteBuffer@27527dec[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xAe\xDa\xBc\x88\xE4\xDa\x00e\x17\x84\xD5\xB5\xD6\x9c...l\x123Ul4\xE0\x86\xC8\x9d\xF9\xC2\t\x9d\x9c\xCf6\xE8{E\xC9\xD5\x1c>>>\x03\x0e\xC1\x89\x96?b\x1c$...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=261
2021-06-20 12:30:30 809 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill starting handshake SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_TASK
2021-06-20 12:30:30 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-20 12:30:30 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >flush SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:30 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:30 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-06-20 12:30:30 810 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >fill SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000} filled 0 HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - fillInterested HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@494ab5a5{AC.ReadCB@3a403813{HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@4a4d1cb4{SSLC.NBReadCB@6c393fec{SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@6fae9c4e on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@6fae9c4e
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 811 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@78e5f513 size 1 > capacity
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@78e5f513 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59754], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1770]@2021-06-20T12:30:30.81259Z
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@4cd4042a offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1770]@2021-06-20T12:30:30.812648Z
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@733f2b66 startThread=0
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@733f2b66 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@733f2b66 started
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@4cd4042a task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1770]@2021-06-20T12:30:30.812781Z
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@733f2b66 waiting
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1770]@2021-06-20T12:30:30.812886Z tryProduce true
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1770]@2021-06-20T12:30:30.812842Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@4a4d1cb4{SSLC.NBReadCB@6c393fec{SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >c.onFillable SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillable SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@494ab5a5{AC.ReadCB@3a403813{HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 373 HeapByteBuffer@27527dec[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xAe\xDa\xBc\x88\xE4\xDa\x00e...\\qoh\r\xFcp%w:\xDd\xCb\xB5\xCef\x0fP\xA1\xA4\x9a\x91d1>>>\x9c`\x19\xF8\xCf\x823Sa...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=373
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xAe\xDa\xBc\x88\xE4\xDa\x00e\x17\x84\xD5\xB5\xD6\x9c...\\qoh\r\xFcp%w:\xDd\xCb\xB5\xCef\x0fP\xA1\xA4\x9a\x91d1>>>\x9c`\x19\xF8\xCf\x823Sa...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 813 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_TASK
2021-06-20 12:30:30 817 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-34] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@2ea9d42e
2021-06-20 12:30:30 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-20 12:30:30 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >flush SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:30 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:30 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=10/30000} filled 0 HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=10/30000}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-34] invocationID:{InvocationID} - fillInterested HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=10/30000}
2021-06-20 12:30:30 821 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - interested FillInterest@494ab5a5{AC.ReadCB@3a403813{HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - interested FillInterest@4a4d1cb4{SSLC.NBReadCB@6c393fec{SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@6fae9c4e on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@6fae9c4e
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@295febfa size 1 > capacity
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@295febfa in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59754], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1771]@2021-06-20T12:30:30.822772Z
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@733f2b66 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1771]@2021-06-20T12:30:30.822823Z
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@7f487d4 startThread=0
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@733f2b66 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1771]@2021-06-20T12:30:30.822915Z
2021-06-20 12:30:30 822 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1771]@2021-06-20T12:30:30.822985Z tryProduce true
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@7f487d4 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@7f487d4 started
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@7f487d4 waiting
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1771]@2021-06-20T12:30:30.823031Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@4a4d1cb4{SSLC.NBReadCB@6c393fec{SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >c.onFillable SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - onFillable SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@494ab5a5{AC.ReadCB@3a403813{HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 823 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:30 824 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 230 HeapByteBuffer@27527dec[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005<\x8f)B\x1c\x90\xC2\x17\xCa\xA7\xDf9\x80\x81\xDc\xC3\xA4-\xD8\x8b...\x00(\xB4\xEe\x98\xBa\x8a\xC5k\xB2\xA7\x8e\x87\xDd\xBb\xD4D\xC0\xFf\xD7\xE5\x8ek>>>C\x13\x01N\xDb\xAf\xAf\xD50...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=230
2021-06-20 12:30:30 824 DEBUG [jdk.event.security][dw-30] invocationID:{InvocationID} -  TLSHandshake: 10.233.76.225:59754, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-06-20 12:30:30 824 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - handshake succeeded SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\xD9\x95\x16\x01\x10i\xF6<<<\x17\x03\x03\x00\xA7\xC9m\xFfw&\xBb\xE2\xFc\x99\x82\t|d\x91j\xCf\x16\xDf\xBc}...\x00(\xB4\xEe\x98\xBa\x8a\xC5k\xB2\xA7\x8e\x87\xDd\xBb\xD4D\xC0\xFf\xD7\xE5\x8ek>>>C\x13\x01N\xDb\xAf\xAf\xD50...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>\x94O\xA0+ \xDd\x91^~...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>\x94O\xA0+ \xDd\x91^~...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3a403813[p=HttpParser{s=START,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000} filled 150 HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>\x94O\xA0+ \xDd\x91^~...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>\x94O\xA0+ \xDd\x91^~...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>\x94O\xA0+ \xDd\x91^~...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - START --> SPACE1
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - URI --> SPACE2
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - REQUEST for //10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.76.182:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - handle //10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - handling HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-30] invocationID:{InvocationID} - Host 10.233.76.182 with SNI null
2021-06-20 12:30:30 825 DEBUG [org.eclipse.jetty.server.Server][dw-30] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-06-20 12:30:30 826 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-30] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck)@2adedb24 in null
2021-06-20 12:30:30 826 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-30] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-20 12:30:30 826 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-30] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-20 12:30:30 826 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-20 12:30:30 826 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - chain=customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-20 12:30:30 826 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - call filter customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-20 12:30:30 826 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Entering.
2021-06-20 12:30:30 826 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-20 12:30:30 826 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 180e3721-bfda-431d-acb1-6f28658701a8
2021-06-20 12:30:30 826 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-20 12:30:30 826 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-20 12:30:30 826 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-20 12:30:30 826 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-20 12:30:30 827 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck)@2adedb24
2021-06-20 12:30:30 827 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@5298691c exclude no deflater
2021-06-20 12:30:30 827 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@442ec5b1[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@674730c7{null}
2021-06-20 12:30:30 827 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sun, 20 Jun 2021 12:30:30 GMT
X-TransactionID: 180e3721-bfda-431d-acb1-6f28658701a8
X-InvocationID: cb41781c-6aaf-4925-af01-2145347a9f3c
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-20 12:30:30 827 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@3b9cc0f0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2add8e16] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-06-20 12:30:30 827 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@442ec5b1[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 827 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sun, 20 Jun 2021 12:30:30 GMT
X-TransactionID: 180e3721-bfda-431d-acb1-6f28658701a8
X-InvocationID: cb41781c-6aaf-4925-af01-2145347a9f3c
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-20 12:30:30 827 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-06-20 12:30:30 827 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@3b9cc0f0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2add8e16] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-06-20 12:30:30 827 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@186cc5b1{IDLE}->null [HeapByteBuffer@6b8c5be7[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@442ec5b1[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-20 12:30:30 828 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@186cc5b1{WRITING}->null:IDLE-->WRITING
2021-06-20 12:30:30 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=COMPLETING}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:30 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6b8c5be7[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@442ec5b1[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-20 12:30:30 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-06-20 12:30:30 828 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=COMPLETING}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:30 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=COMPLETING}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@186cc5b1{WRITING}->null
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@186cc5b1{IDLE}->null:WRITING-->IDLE
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@3b9cc0f0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2add8e16] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@3b9cc0f0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2add8e16] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=7/30000}
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:30 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@4a4d1cb4{SSLC.NBReadCB@6c393fec{SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@6fae9c4e on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@6fae9c4e
2021-06-20 12:30:30 830 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=cef363de-12c3-4c6f-8d9c-6c3da55221d5, referenceCounter=0, store size=0} on thread dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-06-20 12:30:30 830 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Exiting.
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.Server][dw-30] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - unhandle HttpChannelState@37cfc37f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@37cfc37f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.76.182:9101 remote=/10.233.76.225:59754], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - completed HttpChannelState@37cfc37f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - unhandle HttpChannelState@37cfc37f{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@37cfc37f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3a403813[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@72718b58{s=END}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1772]@2021-06-20T12:30:30.830763Z
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@7f487d4 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1772]@2021-06-20T12:30:30.830815Z
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - recycle HttpChannelState@37cfc37f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@12bcd0a4 startThread=0
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1772]@2021-06-20T12:30:30.830902Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@7f487d4 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1773]@2021-06-20T12:30:30.830969Z
2021-06-20 12:30:30 830 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{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}
10.233.76.225 - - [20/Jun/2021:12:30:30 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@4a4d1cb4{SSLC.NBReadCB@6c393fec{SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 24 HeapByteBuffer@27527dec[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x8aJ\xD41\xA8s\x9ek\xD8\xBa\xDe`d\xD1\xF3AV\xB3\x0f>>>\xD9\xC9t\xC8W\xFb\x97\x8f\xB9...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1773]@2021-06-20T12:30:30.831029Z tryProduce true
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=24
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >c.onFillable SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6c393fec{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=9/30000}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=9/30000}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@12bcd0a4 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - shutdownOutput: SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - ensureFillInterested SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@12bcd0a4 started
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - interested FillInterest@4a4d1cb4{SSLC.NBReadCB@6c393fec{SslConnection@6c393fec::SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@12bcd0a4 waiting
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@4cd4042a size 1 > capacity
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@4cd4042a in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@6fae9c4e on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@6fae9c4e
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - doClose SocketChannelEndPoint@390a801a{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=/10.233.76.182:9101,r=/10.233.76.225:59754,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[closed], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, invalid SocketChannelEndPoint@390a801a{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@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onClose FillInterest@4a4d1cb4{SSLC.NBReadCB@6c393fec{SslConnection@6c393fec::SocketChannelEndPoint@390a801a{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@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2021-06-20 12:30:30 831 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - close SocketChannelEndPoint@390a801a{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@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillableFail SslConnection@6c393fec::SocketChannelEndPoint@390a801a{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@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@390a801a{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@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@390a801a{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@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onFail FillInterest@494ab5a5{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@13beb751 startThread=0
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/0 selected
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 0 updates
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 0 keys
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@13beb751 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onClose FillInterest@494ab5a5{null}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillable SslConnection@6c393fec::SocketChannelEndPoint@390a801a{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@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@494ab5a5{null}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@390a801a{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@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - FillInterest@494ab5a5{null} lost race null
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onClose HttpConnection@3a403813::DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@733f2b66 size 1 > capacity
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@733f2b66 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onClose SslConnection@6c393fec::SocketChannelEndPoint@390a801a{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@6c393fec{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5aa89fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@3a403813[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@72718b58{s=START}]=>HttpChannelOverHttp@52b9a857{s=HttpChannelState@37cfc37f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:30 832 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@13beb751 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:33 133 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@63ea56d2] obtained in 0 millis
2021-06-20 12:30:33 133 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@54623f1f, maxRows=0, fetchSize=0, flags=16
2021-06-20 12:30:33 133 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_151)
2021-06-20 12:30:33 133 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_152,query="/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY",oids={})
2021-06-20 12:30:33 133 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_152,portal=null)
2021-06-20 12:30:33 133 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-06-20 12:30:33 133 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2021-06-20 12:30:33 133 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2021-06-20 12:30:33 135 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-06-20 12:30:33 135 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ErrorMessage(ERROR: relation "engine_entity" does not exist
  Position: 52
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01)
2021-06-20 12:30:33 135 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-06-20 12:30:33 135 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query /* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY
2021-06-20 12:30:33 135 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-06-20 12:30:33 135 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@63ea56d2] released
2021-06-20 12:30:33 135 ERROR [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - Failed to reallocate rules.
org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 52
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01 [statement:"SELECT * FROM ENGINE_ENTITY", located:"SELECT * FROM ENGINE_ENTITY", rewritten:"/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY", arguments:{ positional:{}, named:{}, finder:[]}]
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1338)
	at org.skife.jdbi.v2.Query.fold(Query.java:173)
	at org.skife.jdbi.v2.Query.list(Query.java:82)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing$IterableReturningThing.result(ResultReturnThing.java:253)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing.map(ResultReturnThing.java:46)
	at org.skife.jdbi.v2.sqlobject.QueryHandler.invoke(QueryHandler.java:41)
	at org.skife.jdbi.v2.sqlobject.SqlObject.invoke(SqlObject.java:224)
	at org.skife.jdbi.v2.sqlobject.SqlObject$3.intercept(SqlObject.java:133)
	at org.skife.jdbi.v2.sqlobject.CloseInternalDoNotUseThisClass$$EnhancerByCGLIB$$e40132ef.getAllEntities()
	at org.onap.holmes.common.engine.service.impl.EngineEntityServiceImpl.getAllEntities(EngineEntityServiceImpl.java:45)
	at org.onap.holmes.rulemgt.tools.EngineTools.getInstanceList(EngineTools.java:42)
	at org.onap.holmes.rulemgt.RuleAllocator.allocateRules(RuleAllocator.java:76)
	at org.onap.holmes.rulemgt.RuleAllocator$1.run(RuleAllocator.java:66)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 52
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2532)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2267)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:312)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:448)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:369)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:153)
	at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:142)
	at jdk.internal.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114)
	at com.sun.proxy.$Proxy81.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 14 common frames omitted
2021-06-20 12:30:40 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@d8e4250-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@b0c9785[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59888]] on ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-20 12:30:40 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@d8e4250-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-20 12:30:40 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:40 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/0 selected
2021-06-20 12:30:40 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:40 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:40 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update Accept@b0c9785[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59888]]
2021-06-20 12:30:40 807 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - queue Accept@b0c9785[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59888]] startThread=0
2021-06-20 12:30:40 807 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:40 807 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:40 807 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run Accept@b0c9785[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59888]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:40 807 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-36] invocationID:{InvocationID} - SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-20 12:30:40 807 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-36] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@49f4a372
2021-06-20 12:30:40 807 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - new HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=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@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-20 12:30:40 807 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - New HTTP Connection HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@7dce67aa on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - onOpen SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - onOpen HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - fillInterested HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@3baae59a{AC.ReadCB@30b7ce05{HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@35d73672{SSLC.NBReadCB@4965a822{SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@5117ac52 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=2
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 2 updates
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 2
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Created SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@7dce67aa
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran Accept@b0c9785[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59888]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:40 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@5117ac52
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59888], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1773]@2021-06-20T12:30:40.809788Z
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@12bcd0a4 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1773]@2021-06-20T12:30:40.809871Z
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:40 809 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@28585560 startThread=0
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@28585560 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@12bcd0a4 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1773]@2021-06-20T12:30:40.809999Z
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@28585560 started
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@28585560 waiting
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1773]@2021-06-20T12:30:40.810068Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1773]@2021-06-20T12:30:40.810176Z tryProduce true
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@35d73672{SSLC.NBReadCB@4965a822{SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >c.onFillable SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - onFillable SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@3baae59a{AC.ReadCB@30b7ce05{HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >fill SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 261 HeapByteBuffer@27527dec[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xA0\xAd\xBc\x1d\xDd^\xC4\xDb\xFa\xB4:\x97\xFeW...\x89\n\xCd`\xF0\x8d[&\x17w\x08\x18\x85\xFc\xF7\xB1\x88\xD2r\xE4\x07\xD4->>>b\x15\xF9G!;{!\x0c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=261
2021-06-20 12:30:40 810 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill starting handshake SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_TASK
2021-06-20 12:30:40 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-20 12:30:40 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >flush SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@4965a822{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 6 HeapByteBuffer@27527dec[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xA0\xAd\xBc\x1d...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=6
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >fill SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 367 HeapByteBuffer@27527dec[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xA0\xAd\xBc\x1d\xDd^\xC4\xDb\xFa\xB4:\x97\xFeW...\xC3m\xDf\xEb|\x1dV\xEb\xF3\xBcF*6"A\x81\x08o\xB5\xC1x\xC9$>>>\xA1\xA4\x9a\x91d1\x9c`\x19...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=367
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_TASK
2021-06-20 12:30:40 816 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-35] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@49f4a372
2021-06-20 12:30:40 818 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >flush SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 819 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@4965a822{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=11/30000} filled 0 HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.http.HttpParser][dw-35] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=11/30000}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=11/30000}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@3baae59a{AC.ReadCB@30b7ce05{HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@35d73672{SSLC.NBReadCB@4965a822{SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@5117ac52 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@5117ac52
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@7f487d4 size 1 > capacity
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@7f487d4 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:40 820 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59888], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1774]@2021-06-20T12:30:40.821197Z
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@28585560 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1774]@2021-06-20T12:30:40.821252Z
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@58f4082f startThread=0
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@28585560 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1774]@2021-06-20T12:30:40.821378Z
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1774]@2021-06-20T12:30:40.821431Z tryProduce true
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@58f4082f in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@58f4082f started
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@58f4082f waiting
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=1}][pc=0,pic=0,pec=2,epc=1774]@2021-06-20T12:30:40.821461Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@35d73672{SSLC.NBReadCB@4965a822{SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >c.onFillable SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - onFillable SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@3baae59a{AC.ReadCB@30b7ce05{HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 821 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 230 HeapByteBuffer@27527dec[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\x1eO\xC3\xE9\xA6\x81\xA7-\x0b4\xF5}y\x13=\x7f\xE9\xA4\x8d\x0c...f\xC6\xD6A\xA6Kz\x90\xB2\xB0\xEc\n\xF2\xF0&\xB1\x84\xA3ho7C\xD4>>>Kx\xF5i\x03\xF15\xA5\x96...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=230
2021-06-20 12:30:40 822 DEBUG [jdk.event.security][dw-33] invocationID:{InvocationID} -  TLSHandshake: 10.233.76.225:59888, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8f.)\x8c...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - handshake succeeded SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...c\xE4\xA5\x1bF\xA5\xF0<<<\x17\x03\x03\x00\xA7\x88\x0f\x12\x13GPt\xE4vs\x14\x05M\xDc\xD1\xC1\xD6\xDd\xA0\x99...f\xC6\xD6A\xA6Kz\x90\xB2\xB0\xEc\n\xF2\xF0&\xB1\x84\xA3ho7C\xD4>>>Kx\xF5i\x03\xF15\xA5\x96...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>\xE1[\x98I\xE6=\xC1S\xD8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>\xE1[\x98I\xE6=\xC1S\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=2/30000} filled 150 HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>\xE1[\x98I\xE6=\xC1S\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 822 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>\xE1[\x98I\xE6=\xC1S\xD8...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>\xE1[\x98I\xE6=\xC1S\xD8...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - START --> SPACE1
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - URI --> SPACE2
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - REQUEST for //10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.76.182:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=3/30000}
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - handle //10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - handling HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-33] invocationID:{InvocationID} - Host 10.233.76.182 with SNI null
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-33] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck)@23e49320 in null
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-33] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-33] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - chain=customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-20 12:30:40 823 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-20 12:30:40 823 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Entering.
2021-06-20 12:30:40 823 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-20 12:30:40 824 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 41cd911f-cf9a-45da-aadc-5fb6383017df
2021-06-20 12:30:40 824 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-20 12:30:40 824 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-20 12:30:40 824 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-20 12:30:40 824 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck)@23e49320
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@360650a3 exclude no deflater
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4e08268[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@7c2d47ab{null}
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sun, 20 Jun 2021 12:30:40 GMT
X-TransactionID: 41cd911f-cf9a-45da-aadc-5fb6383017df
X-InvocationID: 6d85dba5-7357-49bb-8304-b267b8779d5d
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@7bd7a69d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7fd0720c] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@4e08268[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sun, 20 Jun 2021 12:30:40 GMT
X-TransactionID: 41cd911f-cf9a-45da-aadc-5fb6383017df
X-InvocationID: 6d85dba5-7357-49bb-8304-b267b8779d5d
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@7bd7a69d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7fd0720c] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@7f234c5c{IDLE}->null [HeapByteBuffer@6b8c5be7[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@4e08268[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@7f234c5c{WRITING}->null:IDLE-->WRITING
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=COMPLETING}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6b8c5be7[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4e08268[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-20 12:30:40 825 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=COMPLETING}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=COMPLETING}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@7f234c5c{WRITING}->null
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@7f234c5c{IDLE}->null:WRITING-->IDLE
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@7bd7a69d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7fd0720c] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@7bd7a69d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7fd0720c] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=5/30000}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@35d73672{SSLC.NBReadCB@4965a822{SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:40 826 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@5117ac52 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:40 827 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=9815afb1-3475-4ab3-8943-297790684271, referenceCounter=0, store size=0} on thread dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:40 827 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Exiting.
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@5117ac52
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@1164bf7e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1164bf7e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.76.182:9101 remote=/10.233.76.225:59888], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - completed HttpChannelState@1164bf7e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@1164bf7e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1164bf7e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3563d2d5{s=END}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1775]@2021-06-20T12:30:40.827577Z
10.233.76.225 - - [20/Jun/2021:12:30:40 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@58f4082f offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1775]@2021-06-20T12:30:40.82763Z
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - recycle HttpChannelState@1164bf7e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@7c3a39bb startThread=0
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@7c3a39bb in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@7c3a39bb started
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@7c3a39bb waiting
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1775]@2021-06-20T12:30:40.827771Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@58f4082f task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1775]@2021-06-20T12:30:40.827882Z
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:40 827 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@35d73672{SSLC.NBReadCB@4965a822{SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 24 HeapByteBuffer@27527dec[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xF9w\xC6Js[U\xFc\x92\x1e\x16\x82\xF7\xAc\x08\xFd\xEc\xAb%>>>\xA4\x82\xF3?\x14\xF0\xAd\xF7\x92...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=24
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1776]@2021-06-20T12:30:40.828005Z tryProduce true
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >c.onFillable SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - shutdownOutput: SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - ensureFillInterested SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - interested FillInterest@35d73672{SSLC.NBReadCB@4965a822{SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@5117ac52 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@12bcd0a4 size 1 > capacity
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@12bcd0a4 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@5117ac52
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - doClose SocketChannelEndPoint@4a90e1b9{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=/10.233.76.182:9101,r=/10.233.76.225:59888,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:40 828 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector loop ignoring invalid key for channel java.nio.channels.SocketChannel[closed]
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onClose FillInterest@35d73672{SSLC.NBReadCB@4965a822{SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{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@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close SocketChannelEndPoint@4a90e1b9{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@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillableFail SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{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@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onFail FillInterest@3baae59a{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4a90e1b9{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@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Wakeup ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=1 updates=0
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6fbe2476 startThread=0
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onClose FillInterest@3baae59a{null}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillable SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{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@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6fbe2476 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@3baae59a{null}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - FillInterest@3baae59a{null} lost race null
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@4a90e1b9{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@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@28585560 size 1 > capacity
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@28585560 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@4a90e1b9{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@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onClose HttpConnection@30b7ce05::DecryptedEndPoint@5c3409c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onClose SslConnection@4965a822::SocketChannelEndPoint@4a90e1b9{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@4965a822{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5c3409c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@30b7ce05[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3563d2d5{s=START}]=>HttpChannelOverHttp@25ed1b32{s=HttpChannelState@1164bf7e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:40 829 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6fbe2476 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:42 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@d8e4250-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@3d2a3664[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59910]] on ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-20 12:30:42 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@d8e4250-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-20 12:30:42 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:42 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/0 selected
2021-06-20 12:30:42 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:42 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:42 262 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update Accept@3d2a3664[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59910]]
2021-06-20 12:30:42 262 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue Accept@3d2a3664[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59910]] startThread=0
2021-06-20 12:30:42 262 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:42 262 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:42 262 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run Accept@3d2a3664[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59910]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:42 262 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-36] invocationID:{InvocationID} - SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-20 12:30:42 262 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-36] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@16238539
2021-06-20 12:30:42 262 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - new HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=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@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-20 12:30:42 262 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@fc47eca on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - onOpen SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - onOpen HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - fillInterested HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@617ed561{AC.ReadCB@4fe61802{HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@4de0d5aa{SSLC.NBReadCB@6908aac3{SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@61923067 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=2
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Created SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 2 updates
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 2
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@fc47eca
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran Accept@3d2a3664[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59910]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:42 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@61923067
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59910], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1776]@2021-06-20T12:30:42.264723Z
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@7c3a39bb offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1776]@2021-06-20T12:30:42.264802Z
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@1b35dc1d startThread=0
2021-06-20 12:30:42 264 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@7c3a39bb task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1776]@2021-06-20T12:30:42.264934Z
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@1b35dc1d in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1776]@2021-06-20T12:30:42.26502Z tryProduce true
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@1b35dc1d started
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@1b35dc1d waiting
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1776]@2021-06-20T12:30:42.264969Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@4de0d5aa{SSLC.NBReadCB@6908aac3{SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >c.onFillable SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - onFillable SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@617ed561{AC.ReadCB@4fe61802{HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 261 HeapByteBuffer@27527dec[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xB4\xE6C\x96A\xAbUL\x9b~9\xE7&\xF1...}\xF9f\xEc@\xC9\xD7\xB1\xD4p9\x05\x16\xB9#N\xEdt\xEeE\xB2s\x19>>>\xDb\xF4\x8b\x95\x11\xB1N=\x90...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=261
2021-06-20 12:30:42 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill starting handshake SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_TASK
2021-06-20 12:30:42 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >flush SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6908aac3{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 6 HeapByteBuffer@27527dec[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xB4\xE6C\x96...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=6
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 367 HeapByteBuffer@27527dec[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB4\xE6C\x96A\xAbUL\x9b~9\xE7&\xF1...=\x0b\xA0G\xE1\xB0N\xD8]_\xDa\xC8n\xC7\x8d:+\xC1#\xEb\xF7v\x03>>>\xA1\xA4\x9a\x91d1\x9c`\x19...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=367
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_TASK
2021-06-20 12:30:42 271 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-30] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@16238539
2021-06-20 12:30:42 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_WRAP
2021-06-20 12:30:42 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >flush SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:42 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:42 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6908aac3{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=11/30000} filled 0 HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=START,0 of -1}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=11/30000}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - fillInterested HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=11/30000}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - interested FillInterest@617ed561{AC.ReadCB@4fe61802{HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - interested FillInterest@4de0d5aa{SSLC.NBReadCB@6908aac3{SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@61923067 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@58f4082f size 1 > capacity
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@61923067
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@58f4082f in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:59910], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-20 12:30:42 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1777]@2021-06-20T12:30:42.276111Z
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@1b35dc1d offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1777]@2021-06-20T12:30:42.276185Z
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@4e7571db startThread=0
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@4e7571db in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@1b35dc1d task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1777]@2021-06-20T12:30:42.276393Z
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@4e7571db started
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@4e7571db waiting
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1777]@2021-06-20T12:30:42.276351Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1778]@2021-06-20T12:30:42.276478Z tryProduce true
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@4de0d5aa{SSLC.NBReadCB@6908aac3{SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >c.onFillable SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillable SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@617ed561{AC.ReadCB@4fe61802{HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-06-20 12:30:42 276 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:42 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >fill SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:42 277 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 230 HeapByteBuffer@27527dec[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\x81\x8a\xAc\x0cg{\x9e\xD82s)\xFc\xEc\x05?\xCfk\x80HU...\xFa\xEaK\xA5\xF0\x91\x18\xCd\xC6lT\xF5\x88\xFa\n1\xA0\x9a\x85\x08\nL\xBc>>>\x95\xCa\x95\xCc\xD8\x060\xFe\xB7...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=230
2021-06-20 12:30:42 277 DEBUG [jdk.event.security][dw-32] invocationID:{InvocationID} -  TLSHandshake: 10.233.76.225:59910, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-06-20 12:30:42 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x8b\xC4\xCa\xAf...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - handshake succeeded SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-06-20 12:30:42 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 0 HeapByteBuffer@27527dec[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\xD0R\xDf\xEb\xA0\x1f\x99<<<\x17\x03\x03\x00\xA7\x8e\xF4'R\xE7>\x1b2EaVDVfU\xCar\xA11\xA7...\xFa\xEaK\xA5\xF0\x91\x18\xCd\xC6lT\xF5\x88\xFa\n1\xA0\x9a\x85\x08\nL\xBc>>>\x95\xCa\x95\xCc\xD8\x060\xFe\xB7...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=0
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>G\x07W\xF6\x90\xA3L\xAc\xC1...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>G\x07W\xF6\x90\xA3L\xAc\xC1...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4fe61802[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=3/30000} filled 150 HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>G\x07W\xF6\x90\xA3L\xAc\xC1...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>G\x07W\xF6\x90\xA3L\xAc\xC1...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@6f056f9[p=0,l=150,c=17408,r=150]={<<>>G\x07W\xF6\x90\xA3L\xAc\xC1...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - START --> SPACE1
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - SPACE1 --> URI
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - URI --> SPACE2
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER --> CONTENT
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - REQUEST for //10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.76.182:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=3/30000}
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - handle //10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - handling HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-06-20 12:30:42 278 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-32] invocationID:{InvocationID} - Host 10.233.76.182 with SNI null
2021-06-20 12:30:42 279 DEBUG [org.eclipse.jetty.server.Server][dw-32] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-06-20 12:30:42 279 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-32] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck)@540d8d00 in null
2021-06-20 12:30:42 279 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-32] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-20 12:30:42 279 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-32] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-06-20 12:30:42 279 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-20 12:30:42 279 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32] invocationID:{InvocationID} - chain=customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-20 12:30:42 279 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32] invocationID:{InvocationID} - call filter customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-06-20 12:30:42 279 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - Entering.
2021-06-20 12:30:42 279 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-06-20 12:30:42 279 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: a18fe544-c2e9-46d3-8e7a-7e6fa88b9d7b
2021-06-20 12:30:42 279 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - Invoking synchronously ... 
2021-06-20 12:30:42 279 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-06-20 12:30:42 279 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-06-20 12:30:42 279 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-06-20 12:30:42 280 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck)@540d8d00
2021-06-20 12:30:42 280 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@20c05ed5 exclude no deflater
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@46a261a3[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@233c3b05{null}
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Sun, 20 Jun 2021 12:30:42 GMT
X-TransactionID: a18fe544-c2e9-46d3-8e7a-7e6fa88b9d7b
X-InvocationID: c51cf645-716a-4111-9808-bc20dccc98dc
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@1be1d7ef[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39f504b0] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@46a261a3[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sun, 20 Jun 2021 12:30:42 GMT
X-TransactionID: a18fe544-c2e9-46d3-8e7a-7e6fa88b9d7b
X-InvocationID: c51cf645-716a-4111-9808-bc20dccc98dc
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@1be1d7ef[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39f504b0] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@6c0fc554{IDLE}->null [HeapByteBuffer@6b8c5be7[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@46a261a3[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6c0fc554{WRITING}->null:IDLE-->WRITING
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=COMPLETING}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6b8c5be7[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@46a261a3[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-06-20 12:30:42 281 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=COMPLETING}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=COMPLETING}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@6c0fc554{WRITING}->null
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6c0fc554{IDLE}->null:WRITING-->IDLE
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@1be1d7ef[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39f504b0] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@1be1d7ef[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@39f504b0] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=7/30000}
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@f392d35[p=0,l=0,c=0,r=0]={<<<>>>}
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-06-20 12:30:42 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@4de0d5aa{SSLC.NBReadCB@6908aac3{SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}}
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@61923067 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:42 283 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=1ea4217e-f71b-4184-8f39-20f82736e16e, referenceCounter=0, store size=0} on thread dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:42 283 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - Exiting.
2021-06-20 12:30:42 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@61923067
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.Server][dw-32] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - unhandle HttpChannelState@76d21f1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@76d21f1e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - completed HttpChannelState@76d21f1e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - unhandle HttpChannelState@76d21f1e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@76d21f1e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.76.182:9101 remote=/10.233.76.225:59910], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1ea7f8bf{s=END}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{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.76.182:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}:runFillable:BLOCKING
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - recycle HttpChannelState@76d21f1e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.76.225 - - [20/Jun/2021:12:30:42 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1778]@2021-06-20T12:30:42.284671Z
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@4e7571db offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1778]@2021-06-20T12:30:42.284738Z
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@71245536 startThread=0
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >fill SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@4e7571db task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1778]@2021-06-20T12:30:42.28487Z
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 24 HeapByteBuffer@27527dec[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13^3\x13\xE2\xD6DM\xD9\xA8n\x0f}?\xD1\nw\xC8\xFc\x04>>>\xDe\xBb\xF8(N\xD7'WL...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@71245536 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=24
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1778]@2021-06-20T12:30:42.28492Z tryProduce true
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@71245536 started
2021-06-20 12:30:42 284 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@71245536 waiting
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] 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@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2B<\x8b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2B<\x8b...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1778]@2021-06-20T12:30:42.284901Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2B<\x8b...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=10/30000}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=10/30000}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@4de0d5aa{SSLC.NBReadCB@6908aac3{SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >c.onFillable SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - close DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=10/30000}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - close(null) DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=10/30000}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - shutdownOutput: SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - onFillable SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@617ed561{null}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - FillInterest@617ed561{null} lost race null
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - ensureFillInterested SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - interested FillInterest@4de0d5aa{SSLC.NBReadCB@6908aac3{SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@1b35dc1d size 1 > capacity
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@1b35dc1d in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:42 285 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@61923067 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@61923067
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.76.182:9101 remote=/10.233.76.225:59910], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - doClose SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7a4939df{l=/10.233.76.182:9101,r=/10.233.76.225:59910,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1779]@2021-06-20T12:30:42.286472Z
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@71245536 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1779]@2021-06-20T12:30:42.286511Z
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@69254c0c startThread=0
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@71245536 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1779]@2021-06-20T12:30:42.286611Z
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onClose FillInterest@4de0d5aa{SSLC.NBReadCB@6908aac3{SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1779]@2021-06-20T12:30:42.286649Z tryProduce true
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1779]@2021-06-20T12:30:42.286591Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7a4939df{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@4de0d5aa{null}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@69254c0c in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - FillInterest@4de0d5aa{null} lost race null
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@4e7571db waiting
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@69254c0c size 1 > capacity
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@69254c0c in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@7a4939df{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@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillableFail SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{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@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close SocketChannelEndPoint@7a4939df{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@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7a4939df{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@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onFail FillInterest@617ed561{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-06-20 12:30:42 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2e292fc3 startThread=0
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/0 selected
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 0 updates
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onClose FillInterest@617ed561{null}
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 0 keys
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2B<\x8b...\x00\x00\x00\x00\x00\x00\x00} {}
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@6f056f9[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2B<\x8b...\x00\x00\x00\x00\x00\x00\x00}
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2e292fc3 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@7a4939df{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@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - onClose HttpConnection@4fe61802::DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - onClose SslConnection@6908aac3::SocketChannelEndPoint@7a4939df{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@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@6908aac3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@456657da{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@4fe61802[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1ea7f8bf{s=START}]=>HttpChannelOverHttp@1acb5529{s=HttpChannelState@76d21f1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2e292fc3 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@7c3a39bb size 1 > capacity
2021-06-20 12:30:42 287 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@7c3a39bb in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@d8e4250-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@6ada43bb[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:60020]] on ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@d8e4250-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=1
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/0 selected
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 1 updates
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 1
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update Accept@6ada43bb[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:60020]]
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue Accept@6ada43bb[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:60020]] startThread=0
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:50 806 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run Accept@6ada43bb[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:60020]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:50 807 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-30] invocationID:{InvocationID} - SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-06-20 12:30:50 807 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-30] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@23e15b04
2021-06-20 12:30:50 807 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - new HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=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@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-06-20 12:30:50 807 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4ed41119::DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:50 807 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@d241bef on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0
2021-06-20 12:30:50 807 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:50 807 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onOpen SslConnection@7cf20bfe::SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:50 807 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onOpen HttpConnection@4ed41119::DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:50 807 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - fillInterested HttpConnection@4ed41119::DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=-,flush=-,to=0/30000}
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - interested FillInterest@573d1120{AC.ReadCB@4ed41119{HttpConnection@4ed41119::DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@7cf20bfe::SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - interested FillInterest@7a6b934b{SSLC.NBReadCB@7cf20bfe{SslConnection@7cf20bfe::SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@16aaca03 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=2
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken with none selected
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Created SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 0/0/1 selected
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 0 keys, 2 updates
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 2
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran Accept@6ada43bb[java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:60020]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}]
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@d241bef
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@16aaca03
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-06-20 12:30:50 808 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d waiting with 1 keys
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d woken up from select, 1/1/1 selected
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@75853c8d processing 1 keys, 0 updates
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.182:9101 remote=/10.233.76.225:60020], selector=sun.nio.ch.EPollSelectorImpl@75853c8d, interestOps=1, readyOps=1 SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5d5e5c53{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7cf20bfe{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@67445f8e{l=/10.233.76.182:9101,r=/10.233.76.225:60020,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4ed41119[p=HttpParser{s=START,0 of -1},g=HttpGenerator@390f83c1{s=START}]=>HttpChannelOverHttp@7db7c08c{s=HttpChannelState@48573e13{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1780]@2021-06-20T12:30:50.809355Z
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@4e7571db offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1780]@2021-06-20T12:30:50.809415Z
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@6bc1d4c1 startThread=0
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@4e7571db task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1780]@2021-06-20T12:30:50.809504Z
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@6bc1d4c1 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}]
2021-06-20 12:30:50 809 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1780]@2021-06-20T12:30:50.809551Z tryProduce true
2021-06-20 12:30:50 809 DEBUG [org.eclips