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.Query.list(Query.java:75) at org.onap.holmes.rulemgt.db.CorrelationRuleQueryDao.getCorrelationRulesByCondition(CorrelationRuleQueryDao.java:53) ... 71 common frames omitted Caused by: org.postgresql.util.PSQLException: ERROR: relation "aplus_rule" does not exist Position: 15 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.$Proxy76.execute(Unknown Source) at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327) ... 75 common frames omitted 2021-08-27 09:03:27 631 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-32 - 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-08-27 09:03:27 631 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - WebApplicationException (WAE) with non-null entity thrown. Response with status 499 is directly generated from the WAE. javax.ws.rs.WebApplicationException: HTTP 499 at org.onap.holmes.common.utils.ExceptionUtil.buildExceptionResponse(ExceptionUtil.java:32) at org.onap.holmes.rulemgt.resources.RuleMgtResources.getCorrelationRules(RuleMgtResources.java:140) at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:50) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617) at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47) at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249) at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37) at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767) at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54) at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:500) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-27 09:03:27 631 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@7263fdd0 exclude by status 499 2021-08-27 09:03:27 631 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@2101d09f[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@5f766ac8{null} 2021-08-27 09:03:27 631 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=5} 499 HTTP/1.1 Date: Fri, 27 Aug 2021 09:03:27 GMT X-TransactionID: e40f4f59-5556-4f46-bf60-bf0b96fafa33 X-InvocationID: 37df9909-e5bb-4a02-a4be-ac4a2352a481 Content-Length: 25 Content-Type: text/plain 2021-08-27 09:03:27 631 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@7a4fa281[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@17af4d65] (null,[p=0,l=25,c=8192,r=25],true)@START 2021-08-27 09:03:27 631 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=25} last=true content=HeapByteBuffer@2101d09f[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:27 631 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Fri, 27 Aug 2021 09:03:27 GMT X-TransactionID: e40f4f59-5556-4f46-bf60-bf0b96fafa33 X-InvocationID: 37df9909-e5bb-4a02-a4be-ac4a2352a481 Content-Length: 25 Content-Type: text/plain 2021-08-27 09:03:27 631 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH 2021-08-27 09:03:27 631 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@7a4fa281[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@17af4d65] ([p=0,l=209,c=8192,r=209],[p=0,l=25,c=8192,r=25],true)@COMPLETING 2021-08-27 09:03:27 631 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@3885f227{IDLE}->null [HeapByteBuffer@9cc2369[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@2101d09f[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-08-27 09:03:27 631 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@3885f227{WRITING}->null:IDLE-->WRITING 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@42c9c58e::SocketChannelEndPoint@5e2d459f{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@705eb719{s=COMPLETING}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=5} 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@9cc2369[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@2101d09f[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 234 bytesProduced = 263 sequenceNumber = 1 [p=0,l=263,c=17408,r=263] ioDone=false/false 2021-08-27 09:03:27 632 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << "HTTP/1.1 499 [\r][\n]" 2021-08-27 09:03:27 632 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << "Date: Fri, 27 Aug 2021 09:03:27 GMT[\r][\n]" 2021-08-27 09:03:27 632 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << "X-TransactionID: e40f4f59-5556-4f46-bf60-bf0b96fafa33[\r][\n]" 2021-08-27 09:03:27 632 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << "X-InvocationID: 37df9909-e5bb-4a02-a4be-ac4a2352a481[\r][\n]" 2021-08-27 09:03:27 632 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << "Content-Type: text/plain[\r][\n]" 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 263 SocketChannelEndPoint@5e2d459f{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@705eb719{s=COMPLETING}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=6} 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:27 632 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << "Content-Length: 25[\r][\n]" 2021-08-27 09:03:27 632 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << "[\r][\n]" 2021-08-27 09:03:27 632 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << "Failed to query the rule." 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@705eb719{s=COMPLETING}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=6} 2021-08-27 09:03:27 632 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << HTTP/1.1 499 2021-08-27 09:03:27 632 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << Date: Fri, 27 Aug 2021 09:03:27 GMT 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=234 remaining=0 WriteFlusher@3885f227{WRITING}->null 2021-08-27 09:03:27 632 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << X-TransactionID: e40f4f59-5556-4f46-bf60-bf0b96fafa33 2021-08-27 09:03:27 632 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << X-InvocationID: 37df9909-e5bb-4a02-a4be-ac4a2352a481 2021-08-27 09:03:27 632 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << Content-Type: text/plain 2021-08-27 09:03:27 632 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843 << Content-Length: 25 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@3885f227{IDLE}->null:WRITING-->IDLE 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@7a4fa281[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@17af4d65] ([p=209,l=209,c=8192,r=0],[p=25,l=25,c=8192,r=0],true)@END 2021-08-27 09:03:27 632 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-3-thread-1] invocationID:{InvocationID} - Connection can be kept alive indefinitely 2021-08-27 09:03:27 632 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-32 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=e323bbfc-3c91-45e7-b3cc-4e00ad27b454, referenceCounter=0, store size=0} on thread dw-32 - GET /api/holmes-rule-mgmt/v1/rule 2021-08-27 09:03:27 632 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - Exiting. 2021-08-27 09:03:27 632 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-3-thread-1] invocationID:{InvocationID} - Cancelling request execution 2021-08-27 09:03:27 632 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-843: Shutdown connection 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.server.Server][dw-32] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=6} 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - unhandle HttpChannelState@4c2cf226{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4c2cf226{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=6} 2021-08-27 09:03:27 632 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-3-thread-1] invocationID:{InvocationID} - Connection discarded 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - completed HttpChannelState@4c2cf226{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:27 632 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-3-thread-1] invocationID:{InvocationID} - Connection released: [id: 843][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200] 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - unhandle HttpChannelState@4c2cf226{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:27 632 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4c2cf226{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:27 633 ERROR [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-3-thread-1] invocationID:{InvocationID} - Failed to get right response!Get an error status from server : 499 org.onap.holmes.common.exception.CorrelationException: Get an error status from server : 499 at org.onap.holmes.common.utils.HttpsUtils.extractResponseEntity(HttpsUtils.java:153) at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.getAllCorrelationRules(DcaeConfigurationPolling.java:108) at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:79) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=6} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=25 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - unconsumed input HttpConnection@6e70b10::DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=9/30000} 127.0.0.1 - - [27/Aug/2021:09:03:27 +0000] "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1" 499 25 "-" "Apache-HttpClient/4.5.10 (Java/11.0.6)" 7 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >fill SslConnection@42c9c58e::SocketChannelEndPoint@5e2d459f{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@705eb719{s=END}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=7} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 31 HeapByteBuffer@1dc80f71[p=0,l=31,c=17408,r=31]={<<<\x15\x03\x03\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x02\xB8\x8b\x8b~\x87O\xF1\xC0\xD3\x8e\x94\x1cj8\xF0\xCb\x9c\x96>>>le-mgmt/v...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=31 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] 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@37ac3717[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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@42c9c58e{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@705eb719{s=END}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=7} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - atEOF HttpParser{s=CONTENT,0 of -1} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@6e70b10::DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@6e70b10::DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - CONTENT --> CONTENT_END 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=7} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - CONTENT_END --> END 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{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=7} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpInput][dw-32] invocationID:{InvocationID} - HttpInputOverHTTP@54c9ffd5[c=0,q=0,[0]=null,s=STREAM] addContent EOF 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - END --> CLOSED 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@6e70b10::DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6e70b10::DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=10/30000} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - recycle HttpChannelState@4c2cf226{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:27 633 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >fill SslConnection@42c9c58e::SocketChannelEndPoint@5e2d459f{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@42c9c58e{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >flush SslConnection@42c9c58e::SocketChannelEndPoint@5e2d459f{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@42c9c58e{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 31 sequenceNumber = 2 [p=0,l=31,c=17408,r=31] ioDone=true/true 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=10/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-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=11/30000} 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - shutdownOutput: SslConnection@42c9c58e::SocketChannelEndPoint@5e2d459f{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=false 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >flush SslConnection@42c9c58e::SocketChannelEndPoint@5e2d459f{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:27 634 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,CLOSED,fill=-,flush=-,to=11/30000} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close SocketChannelEndPoint@5e2d459f{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5e2d459f{l=/127.0.0.1:9101,r=/127.0.0.1:52586,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - doClose SocketChannelEndPoint@5e2d459f{l=/127.0.0.1:9101,r=/127.0.0.1:52586,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=/127.0.0.1:9101,r=/127.0.0.1:52586,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onClose FillInterest@5a2e5eac{null} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@53150467 startThread=0 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/0 selected 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@53150467 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 0 updates 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 0 keys 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close SocketChannelEndPoint@5e2d459f{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@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@5e2d459f{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@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5e2d459f{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@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32] invocationID:{InvocationID} - ignored: WriteFlusher@3885f227{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-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onFail FillInterest@4e5f8d89{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-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onClose HttpConnection@6e70b10::DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] 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-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSED,0 of -1} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onClose SslConnection@42c9c58e::SocketChannelEndPoint@5e2d459f{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@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@53150467 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:27 635 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@6e70b10::DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:27 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - parseNext s=CLOSED HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:27 636 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@6e70b10::DecryptedEndPoint@78194781{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-08-27 09:03:27 636 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6e70b10::DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-27 09:03:27 636 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} 2021-08-27 09:03:27 636 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@6e70b10::DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000} onFillable exit HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:27 636 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@42c9c58e{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78194781{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@6e70b10[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@705eb719{s=START}]=>HttpChannelOverHttp@2d085be6{s=HttpChannelState@4c2cf226{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:27 636 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@26db304f size 1 > capacity 2021-08-27 09:03:27 636 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@26db304f in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:28 317 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4e6db0e7] obtained in 0 millis 2021-08-27 09:03:28 317 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@2483967c, maxRows=0, fetchSize=0, flags=16 2021-08-27 09:03:28 317 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> CloseStatement(S_1758) 2021-08-27 09:03:28 317 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Parse(stmt=S_1759,query="/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY",oids={}) 2021-08-27 09:03:28 317 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_1759,portal=null) 2021-08-27 09:03:28 317 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Describe(portal=null) 2021-08-27 09:03:28 317 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-08-27 09:03:28 317 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-08-27 09:03:28 319 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CloseComplete 2021-08-27 09:03:28 319 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ErrorMessage(ERROR: relation "engine_entity" does not exist Position: 52 Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376 Server SQLState: 42P01) 2021-08-27 09:03:28 319 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-08-27 09:03:28 319 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query /* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY 2021-08-27 09:03:28 319 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query SYNC 2021-08-27 09:03:28 319 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4e6db0e7] released 2021-08-27 09:03:28 319 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$$fbd8ed4b.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.$Proxy76.execute(Unknown Source) at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327) ... 14 common frames omitted 2021-08-27 09:03:31 467 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@2a667f44-RuleActiveApp@30159886{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@67fc33f8[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42246]] on ManagedSelector@10d98940{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-27 09:03:31 467 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@2a667f44-RuleActiveApp@30159886{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=0 selected=0 updates=1 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/0 selected 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update Accept@67fc33f8[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42246]] 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue Accept@67fc33f8[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42246]] startThread=0 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run Accept@67fc33f8[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42246]] in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-36] invocationID:{InvocationID} - SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-27 09:03:31 468 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-36] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@2124e822 2021-08-27 09:03:31 469 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - new HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=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@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-27 09:03:31 469 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - New HTTP Connection HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:31 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@5dd9d708 on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:31 469 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 469 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - onOpen SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 469 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - onOpen HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:31 469 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - fillInterested HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:31 469 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@d373439{AC.ReadCB@766ae085{HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-27 09:03:31 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@1e45c300{SSLC.NBReadCB@1750054c{SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@928dfe1 on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=2 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Created SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 2 updates 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran Accept@67fc33f8[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42246]] in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 2 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@5dd9d708 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@928dfe1 2021-08-27 09:03:31 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:31 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:31 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:31 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:31 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42246], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:31 471 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13075]@2021-08-27T09:03:31.47194Z 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@564d4461 offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13075]@2021-08-27T09:03:31.472112Z 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@1105bc95 startThread=0 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@1105bc95 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@1105bc95 started 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@1105bc95 waiting 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@564d4461 task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13075]@2021-08-27T09:03:31.472552Z 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13075]@2021-08-27T09:03:31.472476Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13075]@2021-08-27T09:03:31.47264Z tryProduce true 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:31 472 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@1e45c300{SSLC.NBReadCB@1750054c{SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:31 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >c.onFillable SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillable SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 473 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@d373439{AC.ReadCB@766ae085{HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-08-27 09:03:31 473 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:31 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-27 09:03:31 474 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 261 HeapByteBuffer@14ceb7a1[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xB8^\xC1\x8c\x11\xD5)\xAd\xF6\xAe\x88M\x84\x14...\x97\xD9\x04Z\x99\x109\x8aAPP\x11\xEeO\x9c\xB2\x8a\xEa\x18\xD7d\x91\x07>>>I\xBf\x1d\x0f\x96D\x18\x9c\xEd...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 474 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=261 2021-08-27 09:03:31 474 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill starting handshake SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@37ac3717[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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_TASK 2021-08-27 09:03:31 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-27 09:03:31 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >flush SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:31 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:31 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-08-27 09:03:31 476 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:31 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@1750054c{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:31 476 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 373 HeapByteBuffer@14ceb7a1[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB8^\xC1\x8c\x11\xD5)\xAd...\xB3\x91P5\xBf\xEa\xCf\xD2y\xA5~ocV6\xCb\xF3G\xAe\xB6\xBd \x06>>>\x1e\xF4e\x80\xFa\xDfw\x06\x94...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=373 2021-08-27 09:03:31 476 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@37ac3717[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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 477 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:31 477 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB8^\xC1\x8c\x11\xD5)\xAd\xF6\xAe\x88M\x84\x14...\xB3\x91P5\xBf\xEa\xCf\xD2y\xA5~ocV6\xCb\xF3G\xAe\xB6\xBd \x06>>>\x1e\xF4e\x80\xFa\xDfw\x06\x94...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 477 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:31 477 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@37ac3717[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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 477 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_TASK 2021-08-27 09:03:31 482 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@2124e822 2021-08-27 09:03:31 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-27 09:03:31 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >flush SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:31 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:31 484 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-08-27 09:03:31 484 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:31 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:31 484 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-08-27 09:03:31 484 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:31 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@1750054c{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:31 485 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@37ac3717[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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:31 485 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@37ac3717[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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000} filled 0 HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=START,0 of -1} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-34] invocationID:{InvocationID} - fillInterested HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=15/30000} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - interested FillInterest@d373439{AC.ReadCB@766ae085{HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - interested FillInterest@1e45c300{SSLC.NBReadCB@1750054c{SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@928dfe1 on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@d10b97c size 1 > capacity 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@928dfe1 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@d10b97c in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:31 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42246], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13076]@2021-08-27T09:03:31.486161Z 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@1105bc95 offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13076]@2021-08-27T09:03:31.486208Z 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@4f78afdc startThread=0 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13076]@2021-08-27T09:03:31.486296Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@4f78afdc in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@1105bc95 task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13076]@2021-08-27T09:03:31.486351Z 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@4f78afdc started 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=13077]@2021-08-27T09:03:31.486394Z tryProduce true 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@1e45c300{SSLC.NBReadCB@1750054c{SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@4f78afdc waiting 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@d373439{AC.ReadCB@766ae085{HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 230 HeapByteBuffer@14ceb7a1[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005L\xAa%\x1a\x16\xA0\xF7\x1c8\xAa\xC3c\xC1\xEf\xBep\x05\xFdR\xF5...\x80\x9eH\xF9\xE9\x7f\xEddz\x13\xC6\x8dv2\xD2e\xBe\x93\xC5z\x1e$G>>>C\x13\x01\xB2\xE6\xBeOK\x04...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 486 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=230 2021-08-27 09:03:31 487 DEBUG [jdk.event.security][dw-29] invocationID:{InvocationID} - TLSHandshake: 10.233.72.76:42246, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@37ac3717[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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - handshake succeeded SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\x8bi\xB9fS3\xB1<<<\x17\x03\x03\x00\xA7\xE1\xAa\xB2\x96H\xDf>Y!\xC4\xAb\xAe\xD0\x12f\xE0\x9f\xF1\xC5E...\x80\x9eH\xF9\xE9\x7f\xEddz\x13\xC6\x8dv2\xD2e\xBe\x93\xC5z\x1e$G>>>C\x13\x01\xB2\xE6\xBeOK\x04...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>.\x1b\xD3*\x8e\x94\x81e\xEb...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>.\x1b\xD3*\x8e\x94\x81e\xEb...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@766ae085[p=HttpParser{s=START,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=2/30000} filled 150 HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>.\x1b\xD3*\x8e\x94\x81e\xEb...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>.\x1b\xD3*\x8e\x94\x81e\xEb...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>.\x1b\xD3*\x8e\x94\x81e\xEb...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - START --> SPACE1 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE1 --> URI 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - URI --> SPACE2 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER --> CONTENT 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - REQUEST for //10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.72.250:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=2/30000} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - handle //10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - handling HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-29] invocationID:{InvocationID} - Host 10.233.72.250 with SNI null 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29] invocationID:{InvocationID} - GzipHandler@64dc86c6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck)@1036a679 in null 2021-08-27 09:03:31 487 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE} 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE} 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-7caf1e5@486b0972==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - chain=customFilter@5345dfe8==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-1894fa9f@1894fa9f==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-7a572ea0@7a572ea0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-7caf1e5@486b0972==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter customFilter@5345dfe8==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-08-27 09:03:31 488 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Entering. 2021-08-27 09:03:31 488 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-08-27 09:03:31 488 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 141c83f0-9b7f-4473-b431-b591310a33da 2021-08-27 09:03:31 488 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Invoking synchronously ... 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-1894fa9f@1894fa9f==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-7a572ea0@7a572ea0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-7caf1e5@486b0972==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@64dc86c6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck)@1036a679 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@50e33f5f exclude no deflater 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@2fc53444[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@25c9682f{null} 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 200 OK HTTP/1.1 Connection: close Date: Fri, 27 Aug 2021 09:03:31 GMT X-TransactionID: 141c83f0-9b7f-4473-b431-b591310a33da X-InvocationID: 90697ebd-f5fd-486e-a5bc-67fec6c9429e Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@691781[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49b9c914] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@2fc53444[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 27 Aug 2021 09:03:31 GMT X-TransactionID: 141c83f0-9b7f-4473-b431-b591310a33da X-InvocationID: 90697ebd-f5fd-486e-a5bc-67fec6c9429e Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@691781[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49b9c914] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4f58a373{IDLE}->null [HeapByteBuffer@9cc2369[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@2fc53444[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4f58a373{WRITING}->null:IDLE-->WRITING 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=W,to=3/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=COMPLETING}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@9cc2369[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@2fc53444[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-08-27 09:03:31 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=W,to=3/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=COMPLETING}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=W,to=3/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=COMPLETING}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4f58a373{WRITING}->null 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4f58a373{IDLE}->null:WRITING-->IDLE 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@691781[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49b9c914] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@691781[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@49b9c914] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=4/30000} 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=END}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=END}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:31 489 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=END}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=END}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=END}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=END}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@1e45c300{SSLC.NBReadCB@1750054c{SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=END}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=END}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@928dfe1 on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@928dfe1 2021-08-27 09:03:31 490 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=756f52f0-33a6-436c-a97d-6f6987e95980, referenceCounter=0, store size=0} on thread dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-08-27 09:03:31 490 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Exiting. 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=END}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@6fd4a2f5{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@6fd4a2f5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - completed HttpChannelState@6fd4a2f5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@6fd4a2f5{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@6fd4a2f5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - recycle HttpChannelState@6fd4a2f5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.250:9101 remote=/10.233.72.76:42246], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@766ae085[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2c7897fb{s=END}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-08-27 09:03:31 490 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=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.72.76 - - [27/Aug/2021:09:03:31 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 3 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 24 HeapByteBuffer@14ceb7a1[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13V\xD7\x88]\xA4\xB1\n\x80B\x0c\x9e\xB7\xE9\xC1S!r\xBbE>>>B\xBdNT\xEd;\xC4\x94\x8b...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=24 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=-,flush=-,to=5/30000} filled -1 HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=-,flush=-,to=5/30000} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=-,flush=-,to=5/30000} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - shutdownOutput: SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - ensureFillInterested SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,CLOSED,fill=-,flush=-,to=5/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13077]@2021-08-27T09:03:31.491499Z 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - doClose SocketChannelEndPoint@3c7466df{l=/10.233.72.250:9101,r=/10.233.72.76:42246,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=/10.233.72.250:9101,r=/10.233.72.76:42246,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@4f78afdc offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13077]@2021-08-27T09:03:31.491595Z 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@1e45c300{SSLC.NBReadCB@1750054c{SslConnection@1750054c::SocketChannelEndPoint@3c7466df{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@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillableFail SslConnection@1750054c::SocketChannelEndPoint@3c7466df{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@5324867c startThread=0 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onFail FillInterest@d373439{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=1 updates=0 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@5324867c in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@213e32a7 startThread=0 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@5324867c started 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@d373439{null} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@5324867c waiting 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@4f78afdc task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13077]@2021-08-27T09:03:31.491924Z 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@213e32a7 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:31 491 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13077]@2021-08-27T09:03:31.491987Z tryProduce true 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@564d4461 size 1 > capacity 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@564d4461 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=13077]@2021-08-27T09:03:31.491852Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3c7466df{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@3c7466df{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@1e45c300{null} 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - FillInterest@1e45c300{null} lost race null 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-32] invocationID:{InvocationID} - onClose HttpConnection@766ae085::DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@1105bc95 size 1 > capacity 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@3c7466df{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@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@1105bc95 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-32] invocationID:{InvocationID} - onClose SslConnection@1750054c::SocketChannelEndPoint@3c7466df{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@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@213e32a7 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close SocketChannelEndPoint@3c7466df{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@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3c7466df{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@1750054c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7089634e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@766ae085[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2c7897fb{s=START}]=>HttpChannelOverHttp@32532961{s=HttpChannelState@6fd4a2f5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:31 492 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 688 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@2a667f44-RuleActiveApp@30159886{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@681e1464[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42296]] on ManagedSelector@10d98940{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-27 09:03:36 688 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@2a667f44-RuleActiveApp@30159886{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=0 selected=0 updates=1 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/0 selected 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update Accept@681e1464[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42296]] 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue Accept@681e1464[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42296]] startThread=0 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run Accept@681e1464[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42296]] in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-36] invocationID:{InvocationID} - SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-36] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@55252095 2021-08-27 09:03:36 689 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - new HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=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@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-27 09:03:36 690 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - New HTTP Connection HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:36 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@2d2db2d1 on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:36 690 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 690 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - onOpen SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 690 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - onOpen HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:36 690 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - fillInterested HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:36 690 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@13e466ed{AC.ReadCB@de268bb{HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-27 09:03:36 690 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 690 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@539ff57a{SSLC.NBReadCB@29164c9{SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@5aa164ec on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=2 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 2 updates 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Created SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 2 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@2d2db2d1 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@5aa164ec 2021-08-27 09:03:36 691 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran Accept@681e1464[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42296]] in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42296], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13078]@2021-08-27T09:03:36.692633Z 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@5324867c offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13078]@2021-08-27T09:03:36.692711Z 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@5fd14ff2 startThread=0 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@5324867c task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13078]@2021-08-27T09:03:36.692913Z 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@5fd14ff2 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13078]@2021-08-27T09:03:36.692847Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@5fd14ff2 started 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@5fd14ff2 waiting 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13078]@2021-08-27T09:03:36.692985Z tryProduce true 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:36 692 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@539ff57a{SSLC.NBReadCB@29164c9{SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >c.onFillable SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - onFillable SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@13e466ed{AC.ReadCB@de268bb{HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 261 HeapByteBuffer@14ceb7a1[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x97R\xD9\xF5o\x7fb\x97f\xEd\x99Wdh...\x8f\xB0\x92\x1e\xDc4\x00\x10b\\\x882\x94\x11O\xAa\xC03\xAb\x8c5\x0f\x04>>>t\xC2'!\xD4ho\x05\xF1...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=261 2021-08-27 09:03:36 693 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill starting handshake SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 694 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 694 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_TASK 2021-08-27 09:03:36 694 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >flush SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[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-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 695 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[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-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000} filled 0 HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000} parsed false HttpParser{s=START,0 of -1} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-33] invocationID:{InvocationID} - fillInterested HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - interested FillInterest@13e466ed{AC.ReadCB@de268bb{HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - interested FillInterest@539ff57a{SSLC.NBReadCB@29164c9{SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 696 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@5aa164ec on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:36 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:36 697 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:36 697 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 697 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@4f78afdc size 1 > capacity 2021-08-27 09:03:36 697 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@4f78afdc in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@5aa164ec 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42296], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13079]@2021-08-27T09:03:36.699804Z 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@5fd14ff2 offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13079]@2021-08-27T09:03:36.699835Z 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@22fc014 startThread=0 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13079]@2021-08-27T09:03:36.699879Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@5fd14ff2 task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13079]@2021-08-27T09:03:36.699925Z 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13080]@2021-08-27T09:03:36.699955Z tryProduce true 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@539ff57a{SSLC.NBReadCB@29164c9{SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:36 699 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >c.onFillable SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@22fc014 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@22fc014 started 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@22fc014 waiting 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - onFillable SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@13e466ed{AC.ReadCB@de268bb{HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >fill SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 373 HeapByteBuffer@14ceb7a1[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x97R\xD9\xF5o\x7fb\x97...L\x02\xBa\xC2\x951\xEb\xBeNk\xDf#\xC2Osj\xE9"\x8f\xC3\xA82,>>>\x1e\xF4e\x80\xFa\xDfw\x06\x94...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=373 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x97R\xD9\xF5o\x7fb\x97f\xEd\x99Wdh...L\x02\xBa\xC2\x951\xEb\xBeNk\xDf#\xC2Osj\xE9"\x8f\xC3\xA82,>>>\x1e\xF4e\x80\xFa\xDfw\x06\x94...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 700 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_TASK 2021-08-27 09:03:36 703 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@55252095 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >flush SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:36 705 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-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:36 705 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-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:36 705 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >fill SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:36 705 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000} filled 0 HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.http.HttpParser][dw-35] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=START,0 of -1} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=9/30000} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@13e466ed{AC.ReadCB@de268bb{HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-27 09:03:36 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@539ff57a{SSLC.NBReadCB@29164c9{SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@5aa164ec on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@5aa164ec 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@5324867c size 1 > capacity 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@5324867c in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42296], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 706 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13080]@2021-08-27T09:03:36.707178Z 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@22fc014 offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13080]@2021-08-27T09:03:36.707234Z 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@4473ffa7 startThread=0 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@4473ffa7 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@4473ffa7 started 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@4473ffa7 waiting 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@22fc014 task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13080]@2021-08-27T09:03:36.707536Z 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13080]@2021-08-27T09:03:36.707416Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13080]@2021-08-27T09:03:36.707603Z tryProduce true 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@539ff57a{SSLC.NBReadCB@29164c9{SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >c.onFillable SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 707 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillable SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 708 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@13e466ed{AC.ReadCB@de268bb{HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-08-27 09:03:36 708 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:36 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:36 708 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 230 HeapByteBuffer@14ceb7a1[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005O4\xB3\x06\x8a5\xA0\x19Z\xA9\x9d\xA6\xBc\xD9\xEc\xBf6avh...\xDd\x19\xF7\xB6\x07z\x99\x13\xA5\x10\xB4\x07\xE6J\xB8\x86\xD6L\x05j\x8a\xAag>>>C\x13\x01\xB2\xB1Z\xBa+\x0f...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=230 2021-08-27 09:03:36 708 DEBUG [jdk.event.security][dw-34] invocationID:{InvocationID} - TLSHandshake: 10.233.72.76:42296, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-08-27 09:03:36 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#]\x88[\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - handshake succeeded SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\xB2\x7ff\xC1<\xB3\x18<<<\x17\x03\x03\x00\xA7\x19\x8f+\x96,\x02\x84\xD1\xE0\xEa\xB82\xB6\x84\x19\xB7\x022\x17\xF6...\xDd\x19\xF7\xB6\x07z\x99\x13\xA5\x10\xB4\x07\xE6J\xB8\x86\xD6L\x05j\x8a\xAag>>>C\x13\x01\xB2\xB1Z\xBa+\x0f...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@37ac3717[p=0,l=150,c=17408,r=150]={<<>>:w+\xB1^\xEa\xC7\xD8\x05...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>:w+\xB1^\xEa\xC7\xD8\x05...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@de268bb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000} filled 150 HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>:w+\xB1^\xEa\xC7\xD8\x05...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>:w+\xB1^\xEa\xC7\xD8\x05...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>:w+\xB1^\xEa\xC7\xD8\x05...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - START --> SPACE1 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - SPACE1 --> URI 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - URI --> SPACE2 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER --> CONTENT 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - REQUEST for //10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.72.250:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=3/30000} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - handle //10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - handling HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-34] invocationID:{InvocationID} - Host 10.233.72.250 with SNI null 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.Server][dw-34] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-34] invocationID:{InvocationID} - GzipHandler@64dc86c6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck)@54077236 in null 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-34] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-34] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE} 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-7caf1e5@486b0972==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - chain=customFilter@5345dfe8==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-1894fa9f@1894fa9f==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-7a572ea0@7a572ea0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-7caf1e5@486b0972==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-27 09:03:36 709 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - call filter customFilter@5345dfe8==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-08-27 09:03:36 710 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Entering. 2021-08-27 09:03:36 710 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-08-27 09:03:36 710 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: e3d68c7b-d8ad-496b-ac3a-832d13d784f6 2021-08-27 09:03:36 710 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Invoking synchronously ... 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-1894fa9f@1894fa9f==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-7a572ea0@7a572ea0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-7caf1e5@486b0972==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@64dc86c6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck)@54077236 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@685a9d37 exclude no deflater 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@9485c22[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@529d146b{null} 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 200 OK HTTP/1.1 Connection: close Date: Fri, 27 Aug 2021 09:03:36 GMT X-TransactionID: e3d68c7b-d8ad-496b-ac3a-832d13d784f6 X-InvocationID: 18b2cdc3-0869-4df4-a2ca-9bbf4d58e06e Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@3de44acc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ebcb62] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@9485c22[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 27 Aug 2021 09:03:36 GMT X-TransactionID: e3d68c7b-d8ad-496b-ac3a-832d13d784f6 X-InvocationID: 18b2cdc3-0869-4df4-a2ca-9bbf4d58e06e Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@3de44acc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ebcb62] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4a092e31{IDLE}->null [HeapByteBuffer@9cc2369[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@9485c22[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4a092e31{WRITING}->null:IDLE-->WRITING 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=COMPLETING}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@9cc2369[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@9485c22[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-08-27 09:03:36 710 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=COMPLETING}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=COMPLETING}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4a092e31{WRITING}->null 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4a092e31{IDLE}->null:WRITING-->IDLE 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@3de44acc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ebcb62] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@3de44acc[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1ebcb62] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=5/30000} 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-08-27 09:03:36 711 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@539ff57a{SSLC.NBReadCB@29164c9{SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}} 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@5aa164ec on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:36 712 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=b407732e-67ed-49e6-9c6e-2f37d3c9888f, referenceCounter=0, store size=0} on thread dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-08-27 09:03:36 712 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Exiting. 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@5aa164ec 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.server.Server][dw-34] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - unhandle HttpChannelState@2ad0b86d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@2ad0b86d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:36 712 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.250:9101 remote=/10.233.72.76:42296], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - completed HttpChannelState@2ad0b86d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - unhandle HttpChannelState@2ad0b86d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@2ad0b86d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 10.233.72.76 - - [27/Aug/2021:09:03:36 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - recycle HttpChannelState@2ad0b86d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@de268bb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@ddd705d{s=END}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=4}:runFillable:BLOCKING 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13081]@2021-08-27T09:03:36.713463Z 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@4473ffa7 offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13081]@2021-08-27T09:03:36.713569Z 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@69a3ec1e startThread=0 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 24 HeapByteBuffer@14ceb7a1[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13=D~\x15\xEf4\xC1\xF9\xB1!\x97\xA3\x98\xAa'\xCc\xE7\x17\xB9>>>\xEbS\x964\xD2%\xD5P\xF5...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=24 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@69a3ec1e in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13081]@2021-08-27T09:03:36.713749Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@4473ffa7 task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13081]@2021-08-27T09:03:36.713858Z 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=13082]@2021-08-27T09:03:36.713905Z tryProduce true 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@69a3ec1e started 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@69a3ec1e waiting 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 713 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@539ff57a{SSLC.NBReadCB@29164c9{SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=8/30000} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=8/30000} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=8/30000} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=8/30000} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - shutdownOutput: SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - ensureFillInterested SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@539ff57a{SSLC.NBReadCB@29164c9{SslConnection@29164c9::SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@5fd14ff2 size 1 > capacity 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@5fd14ff2 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@5aa164ec on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@5aa164ec 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - doClose SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 714 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.250:9101 remote=/10.233.72.76:42296], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@61075670{l=/10.233.72.250:9101,r=/10.233.72.76:42296,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@61075670{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@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@539ff57a{SSLC.NBReadCB@29164c9{SslConnection@29164c9::SocketChannelEndPoint@61075670{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@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13082]@2021-08-27T09:03:36.715258Z 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@69a3ec1e offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13082]@2021-08-27T09:03:36.715297Z 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillableFail SslConnection@29164c9::SocketChannelEndPoint@61075670{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onFail FillInterest@13e466ed{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@61256a54 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@61256a54 started 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@61256a54 waiting 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=1 updates=0 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@61256a54 startThread=0 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@52ce950b in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@61075670{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@69a3ec1e task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13082]@2021-08-27T09:03:36.715692Z 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-33] invocationID:{InvocationID} - onClose HttpConnection@de268bb::DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13082]@2021-08-27T09:03:36.715802Z tryProduce true 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-33] invocationID:{InvocationID} - onClose SslConnection@29164c9::SocketChannelEndPoint@61075670{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@52ce950b in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@52ce950b startThread=0 2021-08-27 09:03:36 715 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@13e466ed{null} 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@61075670{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@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@29164c9::SocketChannelEndPoint@61075670{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@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@13e466ed{null} 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13082]@2021-08-27T09:03:36.715751Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@61075670{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@539ff57a{null} 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - FillInterest@539ff57a{null} lost race null 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - FillInterest@13e466ed{null} lost race null 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@4473ffa7 size 1 > capacity 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close SocketChannelEndPoint@61075670{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@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@22fc014 size 1 > capacity 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@22fc014 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@61075670{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@29164c9{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@71bfdf91{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@de268bb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@ddd705d{s=START}]=>HttpChannelOverHttp@6548b4f2{s=HttpChannelState@2ad0b86d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@4473ffa7 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:36 716 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:41 467 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@2a667f44-RuleActiveApp@30159886{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@14a3d6ad[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42324]] on ManagedSelector@10d98940{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-27 09:03:41 467 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@2a667f44-RuleActiveApp@30159886{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=0 selected=0 updates=1 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/0 selected 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update Accept@14a3d6ad[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42324]] 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue Accept@14a3d6ad[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42324]] startThread=0 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run Accept@14a3d6ad[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42324]] in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-35] invocationID:{InvocationID} - SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-35] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3f7fa7b0 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-35] invocationID:{InvocationID} - new HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=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@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:41 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@409984ec on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@3cdc3e3d{AC.ReadCB@1b491931{HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@306e63ae{SSLC.NBReadCB@7de8d7c1{SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@b83ecbd on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=2 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Created SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 2 updates 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 2 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@409984ec 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@b83ecbd 2021-08-27 09:03:41 469 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran Accept@14a3d6ad[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42324]] in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42324], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13083]@2021-08-27T09:03:41.470867Z 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@61256a54 offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13083]@2021-08-27T09:03:41.470942Z 2021-08-27 09:03:41 470 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@293f662f startThread=0 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13083]@2021-08-27T09:03:41.471064Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@293f662f in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@293f662f started 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@61256a54 task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=13084]@2021-08-27T09:03:41.471238Z 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@293f662f waiting 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13084]@2021-08-27T09:03:41.471296Z tryProduce true 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@306e63ae{SSLC.NBReadCB@7de8d7c1{SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >c.onFillable SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillable SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@3cdc3e3d{AC.ReadCB@1b491931{HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >fill SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 261 HeapByteBuffer@14ceb7a1[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03n0\xD8xl\xEebwhJOQh\x9c...lY\x85\x0c_\xCb\xD1\x02\xF0\xEar}VA\x9c\x9c\xAaJ\xF4\xCc\xEa&2>>>\x18\xCc\xBb\xA6\x81&\xD9\xA6\xE8...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=261 2021-08-27 09:03:41 472 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill starting handshake SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 472 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 472 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_TASK 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >flush SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@7de8d7c1{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 6 HeapByteBuffer@14ceb7a1[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03n0\xD8x...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=6 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 367 HeapByteBuffer@14ceb7a1[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03n0\xD8xl\xEebwhJOQh\x9c...\xC3\xC3\x14L0\xE6\x8e\xA2\xAc\xEag\x1c)q\xEa\xBc\x92XR\x1f\xEeU\xA5>>>"\x8f\xC3\xA82,\x1e\xF4e...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=367 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_TASK 2021-08-27 09:03:41 481 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-32] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@3f7fa7b0 2021-08-27 09:03:41 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-27 09:03:41 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >flush SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:41 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:41 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@7de8d7c1{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >fill SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=16/30000} filled 0 HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=START,0 of -1} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=16/30000} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-32] invocationID:{InvocationID} - fillInterested HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=16/30000} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - interested FillInterest@3cdc3e3d{AC.ReadCB@1b491931{HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - interested FillInterest@306e63ae{SSLC.NBReadCB@7de8d7c1{SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@b83ecbd on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@69a3ec1e size 1 > capacity 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@69a3ec1e in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@b83ecbd 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:41 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:41 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:41 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:41 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42324], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 486 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 486 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13084]@2021-08-27T09:03:41.487009Z 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@293f662f offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13084]@2021-08-27T09:03:41.487094Z 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@3c18b87d startThread=0 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@3c18b87d in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@3c18b87d started 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@3c18b87d waiting 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@293f662f task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13084]@2021-08-27T09:03:41.487336Z 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13084]@2021-08-27T09:03:41.487266Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13085]@2021-08-27T09:03:41.487486Z tryProduce true 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@306e63ae{SSLC.NBReadCB@7de8d7c1{SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >c.onFillable SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - onFillable SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@3cdc3e3d{AC.ReadCB@1b491931{HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >fill SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:41 488 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 230 HeapByteBuffer@14ceb7a1[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\xA2\xAf\x9a\xA9\x18m\xFd\x0cw\xCf)\x81\x02\x06e\x11T\xB3\xD1\x8c...J\xE3\r\xCc\x0f"%\x9d\xB1\x18\xC4Zok\xA6\xB2\x99\x13\xF2\x96\xEc~/>>>\xFa\x1d\xAc\xFeKb\x9b\x89\x89...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=230 2021-08-27 09:03:41 488 DEBUG [jdk.event.security][dw-36] invocationID:{InvocationID} - TLSHandshake: 10.233.72.76:42324, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-08-27 09:03:41 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#r\xAem\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - handshake succeeded SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-08-27 09:03:41 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-27 09:03:41 488 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\x13\xD5\x13\x0cf\xC6\xDb<<<\x17\x03\x03\x00\xA7\xD6\xF7\x7f\x0e\x9b\xBe\xB1\xA1\x0b\xC9\xE2u\x91\xE4\x98y\xC5(\xB2%...J\xE3\r\xCc\x0f"%\x9d\xB1\x18\xC4Zok\xA6\xB2\x99\x13\xF2\x96\xEc~/>>>\xFa\x1d\xAc\xFeKb\x9b\x89\x89...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:41 488 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] 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@37ac3717[p=0,l=150,c=17408,r=150]={<<>>\xCc\x1c\x9d*\xD4\xD2.\x16\xFb...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>\xCc\x1c\x9d*\xD4\xD2.\x16\xFb...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1b491931[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=3/30000} filled 150 HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>\xCc\x1c\x9d*\xD4\xD2.\x16\xFb...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>\xCc\x1c\x9d*\xD4\xD2.\x16\xFb...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@37ac3717[p=0,l=150,c=17408,r=150]={<<>>\xCc\x1c\x9d*\xD4\xD2.\x16\xFb...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - START --> SPACE1 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - SPACE1 --> URI 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - URI --> SPACE2 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER --> CONTENT 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - REQUEST for //10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.72.250:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=3/30000} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - handle //10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-36] invocationID:{InvocationID} - handling HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-36] invocationID:{InvocationID} - Host 10.233.72.250 with SNI null 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.Server][dw-36] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-36] invocationID:{InvocationID} - GzipHandler@64dc86c6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck)@c7b621d in null 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-36] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-36] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE} 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-7caf1e5@486b0972==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36] invocationID:{InvocationID} - chain=customFilter@5345dfe8==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-1894fa9f@1894fa9f==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-7a572ea0@7a572ea0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-7caf1e5@486b0972==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-27 09:03:41 489 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36] invocationID:{InvocationID} - call filter customFilter@5345dfe8==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-08-27 09:03:41 489 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-36] invocationID:{InvocationID} - Entering. 2021-08-27 09:03:41 490 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-36] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-08-27 09:03:41 490 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-36] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: c21c5431-890d-4305-8c7d-4abcbcc65e1b 2021-08-27 09:03:41 490 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-36] invocationID:{InvocationID} - Invoking synchronously ... 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-1894fa9f@1894fa9f==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-7a572ea0@7a572ea0==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-7caf1e5@486b0972==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@64dc86c6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck)@c7b621d 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@20e362cd exclude no deflater 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@71b4e439[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@8967122{null} 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 200 OK HTTP/1.1 Connection: close Date: Fri, 27 Aug 2021 09:03:41 GMT X-TransactionID: c21c5431-890d-4305-8c7d-4abcbcc65e1b X-InvocationID: 85df31f5-af51-4252-a080-2d38ad291e44 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@5faa91a7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64646595] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@71b4e439[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 27 Aug 2021 09:03:41 GMT X-TransactionID: c21c5431-890d-4305-8c7d-4abcbcc65e1b X-InvocationID: 85df31f5-af51-4252-a080-2d38ad291e44 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@5faa91a7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64646595] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@32a7d00c{IDLE}->null [HeapByteBuffer@9cc2369[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@71b4e439[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-08-27 09:03:41 490 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@32a7d00c{WRITING}->null:IDLE-->WRITING 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=COMPLETING}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@9cc2369[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@71b4e439[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=COMPLETING}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=COMPLETING}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@32a7d00c{WRITING}->null 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@32a7d00c{IDLE}->null:WRITING-->IDLE 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@5faa91a7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64646595] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@5faa91a7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@64646595] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=6/30000} 2021-08-27 09:03:41 491 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false 2021-08-27 09:03:41 492 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-08-27 09:03:41 492 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:41 492 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:41 492 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-08-27 09:03:41 492 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:41 492 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:41 492 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:41 492 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:41 492 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-08-27 09:03:41 492 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@306e63ae{SSLC.NBReadCB@7de8d7c1{SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@b83ecbd on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:41 493 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=d860cb4d-30fe-43fc-a13e-dbb0b809eea1, referenceCounter=0, store size=0} on thread dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:41 493 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-36] invocationID:{InvocationID} - Exiting. 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@b83ecbd 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.Server][dw-36] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-36] invocationID:{InvocationID} - unhandle HttpChannelState@1335cf39{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-36] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1335cf39{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-36] invocationID:{InvocationID} - completed HttpChannelState@1335cf39{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-36] invocationID:{InvocationID} - unhandle HttpChannelState@1335cf39{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-36] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1335cf39{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 10.233.72.76 - - [27/Aug/2021:09:03:41 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.250:9101 remote=/10.233.72.76:42324], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{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.72.250:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-36] invocationID:{InvocationID} - recycle HttpChannelState@1335cf39{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f8f326c{s=END}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13085]@2021-08-27T09:03:41.493915Z 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >fill SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 24 HeapByteBuffer@14ceb7a1[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13"+\x998\xA9\x83DfOB\x13yHjI\xE3m\x92\xE4>>>\x12\xF9\xB8t\x88}\x0b\xC9\x97...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=24 2021-08-27 09:03:41 493 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@3c18b87d offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13085]@2021-08-27T09:03:41.493975Z 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@708d5557 startThread=0 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - close DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=8/30000} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - close(null) DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=8/30000} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@3c18b87d task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13085]@2021-08-27T09:03:41.494123Z 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13085]@2021-08-27T09:03:41.494149Z tryProduce true 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13085]@2021-08-27T09:03:41.49408Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - shutdownOutput: SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - ensureFillInterested SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@708d5557 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - close SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@306e63ae{SSLC.NBReadCB@7de8d7c1{SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >c.onFillable SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - doClose SocketChannelEndPoint@69d47c5c{l=/10.233.72.250:9101,r=/10.233.72.76:42324,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=/10.233.72.250:9101,r=/10.233.72.76:42324,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - onClose FillInterest@306e63ae{null} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Wakeup ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@903a81b startThread=0 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - onClose FillInterest@3cdc3e3d{null} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/0 selected 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 0 updates 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} {} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@708d5557 started 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@708d5557 waiting 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 0 keys 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillable SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{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@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@3cdc3e3d{null} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@903a81b in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - FillInterest@3cdc3e3d{null} lost race null 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@61256a54 size 1 > capacity 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@61256a54 in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@293f662f size 1 > capacity 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@69d47c5c{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@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onClose HttpConnection@1b491931::DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran ReservedThreadExecutor@4e4894d{s=1/1,p=0}@293f662f in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:41 494 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onClose SslConnection@7de8d7c1::SocketChannelEndPoint@69d47c5c{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@7de8d7c1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@59c9779f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@1b491931[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f8f326c{s=START}]=>HttpChannelOverHttp@6fe68db1{s=HttpChannelState@1335cf39{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:41 495 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@903a81b in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@2a667f44-RuleActiveApp@30159886{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@16299ea4[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42398]] on ManagedSelector@10d98940{STARTED} id=0 keys=0 selected=0 updates=0 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@2a667f44-RuleActiveApp@30159886{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=0 selected=0 updates=1 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/0 selected 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 1 updates 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 1 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update Accept@16299ea4[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42398]] 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue Accept@16299ea4[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42398]] startThread=0 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run Accept@16299ea4[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42398]] in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-35] invocationID:{InvocationID} - SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-08-27 09:03:51 468 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-35] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@40f94bb9 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-35] invocationID:{InvocationID} - new HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=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@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4dd35121::DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@748e26b on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=0 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen HttpConnection@4dd35121::DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@4dd35121::DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000} 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@359f1c96{AC.ReadCB@4dd35121{HttpConnection@4dd35121::DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 469 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@7504fbf4{SSLC.NBReadCB@4e345e40{SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@192e7d4a on ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=1 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@10d98940{STARTED} id=0 keys=1 selected=0 updates=2 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken with none selected 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 0/0/1 selected 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 0 keys, 2 updates 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 2 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@748e26b 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Created SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100618840@192e7d4a 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran Accept@16299ea4[java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42398]] in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}] 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 woken up from select, 1/1/1 selected 2021-08-27 09:03:51 470 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 processing 1 keys, 0 updates 2021-08-27 09:03:51 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.250:9101 remote=/10.233.72.76:42398], selector=sun.nio.ch.EPollSelectorImpl@74a2d093, interestOps=1, readyOps=1 SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-08-27 09:03:51 471 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0} tryExecute EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13086]@2021-08-27T09:03:51.471706Z 2021-08-27 09:03:51 471 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=0}@708d5557 offer EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=13086]@2021-08-27T09:03:51.471833Z 2021-08-27 09:03:51 471 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1} startReservedThread p=1 2021-08-27 09:03:51 471 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue ReservedThreadExecutor@4e4894d{s=0/1,p=1}@91f6abc startThread=0 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run ReservedThreadExecutor@4e4894d{s=0/1,p=1}@91f6abc in InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}] 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=1}@91f6abc started 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=0/1,p=1}@708d5557 task=EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13086]@2021-08-27T09:03:51.472148Z 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@4e4894d{s=1/1,p=0}@91f6abc waiting 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=13086]@2021-08-27T09:03:51.472196Z tryProduce true 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@4cfc0c48/SelectorProducer@6afeaf2d/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@3b170235{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4e4894d{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=13086]@2021-08-27T09:03:51.472072Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@74a2d093 waiting with 1 keys 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@7504fbf4{SSLC.NBReadCB@4e345e40{SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >c.onFillable SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 472 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - onFillable SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 473 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@359f1c96{AC.ReadCB@4dd35121{HttpConnection@4dd35121::DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-08-27 09:03:51 473 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@4dd35121::DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-08-27 09:03:51 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-08-27 09:03:51 473 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 261 HeapByteBuffer@14ceb7a1[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x1e\xD6\xA6\x89\x1e\xD9\xA1b5\xF3Bmr\xE9...\x8e\x1bRm\xCb2\xBe}Q\x0b\x96\xDc\xA7\xFex\x8f\xF6M{m9\xF8\x10>>>\xB0\xAf\x07\xE9~bF\xF3U...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:51 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=261 2021-08-27 09:03:51 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill starting handshake SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 474 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:51 474 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_TASK 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >flush SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@4e345e40{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 6 HeapByteBuffer@14ceb7a1[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x1e\xD6\xA6\x89...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=6 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 0 HeapByteBuffer@14ceb7a1[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-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=0 2021-08-27 09:03:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@4e345e40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-08-27 09:03:51 476 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 367 HeapByteBuffer@14ceb7a1[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x1e\xD6\xA6\x89\x1e\xD9\xA1b5\xF3Bmr\xE9...\x92N\x14Ic_b\xDb\xCe\xA2\xF6\x1e\x15\x89\xFfu \xA0g_Ck\x8b>>>"\x8f\xC3\xA82,\x1e\xF4e...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=367 2021-08-27 09:03:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@37ac3717[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA9\xAft\x90...\x00\x00\x00\x00\x00\x00\x00} 2021-08-27 09:03:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_TASK 2021-08-27 09:03:51 481 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-33] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@40f94bb9 2021-08-27 09:03:51 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_WRAP 2021-08-27 09:03:51 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >flush SslConnection@4e345e40::SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@6efb86a0[p=0,l=0,c=0,r=0]={<<<>>>} 2021-08-27 09:03:51 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:51 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-08-27 09:03:51 484 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:51 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:51 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-08-27 09:03:51 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:51 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP 2021-08-27 09:03:51 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-08-27 09:03:51 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@1d09b3f3{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4e345e40{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net flushed=true, ac=true 2021-08-27 09:03:51 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@4e345e40{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@477d7ef4{l=/10.233.72.250:9101,r=/10.233.72.76:42398,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4dd35121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@621203ac{s=START}]=>HttpChannelOverHttp@3c9331b{s=HttpChannelState@17bbc1db{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-08-27 09:03:51 485 DEBUG [