By type
Position: 15 Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376 Server SQLState: 42P01) 2021-05-07 10:43:03 069 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-05-07 10:43:03 069 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query SELECT * FROM APLUS_RULE 2021-05-07 10:43:03 069 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query SYNC 2021-05-07 10:43:03 069 WARN [org.onap.holmes.rulemgt.db.CorrelationRuleQueryDao][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Failed to query the rule: id =null. 2021-05-07 10:43:03 069 TRACE [org.skife.jdbi.v2.DBI][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7c062170] released 2021-05-07 10:43:03 070 ERROR [org.onap.holmes.rulemgt.resources.RuleMgtResources][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - query rule failed,cause query condition conversion failure org.onap.holmes.common.exception.CorrelationException: Failed to query the rule. at org.onap.holmes.rulemgt.db.CorrelationRuleQueryDao.getCorrelationRulesByCondition(CorrelationRuleQueryDao.java:60) at org.onap.holmes.rulemgt.wrapper.RuleMgtWrapper.getCorrelationRuleByCondition(RuleMgtWrapper.java:235) at org.onap.holmes.rulemgt.resources.RuleMgtResources.getCorrelationRules(RuleMgtResources.java:135) 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) Caused by: org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: 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 [statement:"SELECT * FROM APLUS_RULE ", located:"SELECT * FROM APLUS_RULE ", rewritten:"SELECT * FROM APLUS_RULE ", 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.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.$Proxy81.execute(Unknown Source) at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327) ... 75 common frames omitted 2021-05-07 10:43:03 070 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-27 - 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-05-07 10:43:03 070 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-27 - 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-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@2271f6cf exclude by status 499 2021-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@109e3f1a[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@ed29498{null} 2021-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7} 499 HTTP/1.1 Date: Fri, 07 May 2021 10:43:03 GMT X-TransactionID: 9d527791-9e77-4bd3-82cf-d328ed711d1f X-InvocationID: c2eb5b69-cc4e-4a06-9645-7ad243c6d936 Content-Length: 25 Content-Type: text/plain 2021-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@6b391cad[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4653588b] (null,[p=0,l=25,c=8192,r=25],true)@START 2021-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=25} last=true content=HeapByteBuffer@109e3f1a[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-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Fri, 07 May 2021 10:43:03 GMT X-TransactionID: 9d527791-9e77-4bd3-82cf-d328ed711d1f X-InvocationID: c2eb5b69-cc4e-4a06-9645-7ad243c6d936 Content-Length: 25 Content-Type: text/plain 2021-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH 2021-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@6b391cad[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4653588b] ([p=0,l=209,c=8192,r=209],[p=0,l=25,c=8192,r=25],true)@COMPLETING 2021-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@2754c9b4{IDLE}->null [HeapByteBuffer@59dad5e5[p=0,l=209,c=8192,r=209]={<< >>ary: Acce...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@109e3f1a[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-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@2754c9b4{WRITING}->null:IDLE-->WRITING 2021-05-07 10:43:03 071 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@7798ee05::SocketChannelEndPoint@6d2f3f80{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=W,to=10/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@40889b2{s=COMPLETING}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7} 2021-05-07 10:43:03 072 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@59dad5e5[p=0,l=209,c=8192,r=209]={<< >>ary: Acce...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:03 072 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@109e3f1a[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-05-07 10:43:03 072 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-05-07 10:43:03 072 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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-05-07 10:43:03 072 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 263 SocketChannelEndPoint@6d2f3f80{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=W,to=11/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@40889b2{s=COMPLETING}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8} 2021-05-07 10:43:03 072 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << "HTTP/1.1 499 [\r][\n]" 2021-05-07 10:43:03 072 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << "Date: Fri, 07 May 2021 10:43:03 GMT[\r][\n]" 2021-05-07 10:43:03 072 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << "X-TransactionID: 9d527791-9e77-4bd3-82cf-d328ed711d1f[\r][\n]" 2021-05-07 10:43:03 072 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:03 072 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << "X-InvocationID: c2eb5b69-cc4e-4a06-9645-7ad243c6d936[\r][\n]" 2021-05-07 10:43:03 072 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << "Content-Type: text/plain[\r][\n]" 2021-05-07 10:43:03 072 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << "Content-Length: 25[\r][\n]" 2021-05-07 10:43:03 072 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << "[\r][\n]" 2021-05-07 10:43:03 072 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << "Failed to query the rule." 2021-05-07 10:43:03 072 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=W,to=11/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@40889b2{s=COMPLETING}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8} 2021-05-07 10:43:03 072 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << HTTP/1.1 499 2021-05-07 10:43:03 072 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << Date: Fri, 07 May 2021 10:43:03 GMT 2021-05-07 10:43:03 072 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << X-TransactionID: 9d527791-9e77-4bd3-82cf-d328ed711d1f 2021-05-07 10:43:03 072 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << X-InvocationID: c2eb5b69-cc4e-4a06-9645-7ad243c6d936 2021-05-07 10:43:03 072 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << Content-Type: text/plain 2021-05-07 10:43:03 072 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59 << Content-Length: 25 2021-05-07 10:43:03 072 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=234 remaining=0 WriteFlusher@2754c9b4{WRITING}->null 2021-05-07 10:43:03 072 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@2754c9b4{IDLE}->null:WRITING-->IDLE 2021-05-07 10:43:03 072 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@6b391cad[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4653588b] ([p=209,l=209,c=8192,r=0],[p=25,l=25,c=8192,r=0],true)@END 2021-05-07 10:43:03 072 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection can be kept alive indefinitely 2021-05-07 10:43:03 072 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Cancelling request execution 2021-05-07 10:43:03 072 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-59: Shutdown connection 2021-05-07 10:43:03 072 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=d7535cc9-0544-4a1b-bd60-9082a12b222c, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-rule-mgmt/v1/rule 2021-05-07 10:43:03 072 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting. 2021-05-07 10:43:03 073 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection discarded 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9} 2021-05-07 10:43:03 073 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection released: [id: 59][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200] 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@4c729fef{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-05-07 10:43:03 073 ERROR [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Failed to get right response!Get an error status from server : 499 org.onap.holmes.common.exception.CorrelationException: Get an error status from server : 499 at org.onap.holmes.common.utils.HttpsUtils.extractResponseEntity(HttpsUtils.java:153) at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.getAllCorrelationRules(DcaeConfigurationPolling.java:108) at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:79) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4c729fef{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@4c729fef{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@4c729fef{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4c729fef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=25 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - unconsumed input HttpConnection@14f83d14::DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=12/30000} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@7798ee05::SocketChannelEndPoint@6d2f3f80{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@40889b2{s=END}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 31 HeapByteBuffer@674d0125[p=0,l=31,c=17408,r=31]={<<<\x15\x03\x03\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x02&_1B\xCeaF\xD3\x1eW:T\xD9R8\xB8\xB1\xF4>>>le-mgmt/v...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=31 127.0.0.1 - - [07/May/2021:10:43:03 +0000] "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1" 499 25 "-" "Apache-HttpClient/4.5.10 (Java/11.0.6)" 9 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@38a75fa6[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@38a75fa6[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-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@7798ee05{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@40889b2{s=END}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CONTENT,0 of -1} 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14f83d14::DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=12/30000} filled -1 HeapByteBuffer@38a75fa6[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-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14f83d14::DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@38a75fa6[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-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@38a75fa6[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-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CONTENT_END 2021-05-07 10:43:03 073 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9} 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT_END --> END 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=10} 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.server.HttpInput][dw-27] invocationID:{InvocationID} - HttpInputOverHTTP@3db8ff92[c=0,q=0,[0]=null,s=STREAM] addContent EOF 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - END --> CLOSED 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14f83d14::DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@14f83d14::DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=13/30000} 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@4c729fef{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@7798ee05::SocketChannelEndPoint@6d2f3f80{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7798ee05{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@7798ee05::SocketChannelEndPoint@6d2f3f80{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7798ee05{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=13/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-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 074 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=13/30000} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@7798ee05::SocketChannelEndPoint@6d2f3f80{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=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-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@7798ee05::SocketChannelEndPoint@6d2f3f80{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,CLOSED,fill=-,flush=-,to=14/30000} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@6d2f3f80{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6d2f3f80{l=/127.0.0.1:9101,r=/127.0.0.1:53882,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@6d2f3f80{l=/127.0.0.1:9101,r=/127.0.0.1:53882,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=/127.0.0.1:9101,r=/127.0.0.1:53882,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@12cc6dd6{null} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ec750fc startThread=0 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ec750fc in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/0 selected 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 0 updates 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 0 keys 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@6d2f3f80{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@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@6d2f3f80{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@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6d2f3f80{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@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27] invocationID:{InvocationID} - ignored: WriteFlusher@2754c9b4{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-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onClose HttpConnection@14f83d14::DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@51cd14ba{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-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onClose SslConnection@7798ee05::SocketChannelEndPoint@6d2f3f80{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@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] 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-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSED,0 of -1} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14f83d14::DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@38a75fa6[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-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1ec750fc in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSED HeapByteBuffer@38a75fa6[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-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14f83d14::DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@14f83d14::DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} 2021-05-07 10:43:03 075 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} 2021-05-07 10:43:03 076 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@14f83d14::DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} onFillable exit HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:03 076 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@7798ee05{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@58b56ade{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@14f83d14[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@40889b2{s=START}]=>HttpChannelOverHttp@7dc8d8cf{s=HttpChannelState@4c729fef{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:03 076 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@1f831d62 size 1 > capacity 2021-05-07 10:43:03 076 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@1f831d62 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25-acceptor-0@460f1cdb-RuleActiveApp@67763ebe{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@1f7d47de[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49448]] on ManagedSelector@61ad30f6{STARTED} id=0 keys=0 selected=0 updates=0 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25-acceptor-0@460f1cdb-RuleActiveApp@67763ebe{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=0 selected=0 updates=1 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/0 selected 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update Accept@1f7d47de[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49448]] 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue Accept@1f7d47de[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49448]] startThread=0 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@1f7d47de[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49448]] in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:09 305 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-05-07 10:43:09 306 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@6ccafdf8 2021-05-07 10:43:09 306 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=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@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-05-07 10:43:09 306 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:09 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100647840@628ffe9c on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:09 306 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 306 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 306 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@58632a13{AC.ReadCB@547a6f0b{HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@4505549d{SSLC.NBReadCB@139f4968{SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@2cb8915c on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=2 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@1f7d47de[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49448]] in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 2 updates 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 2 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100647840@628ffe9c 2021-05-07 10:43:09 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@2cb8915c 2021-05-07 10:43:09 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:09 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:09 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:09 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:09 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49448], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=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-05-07 10:43:09 308 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1692]@2021-05-07T10:43:09.308957Z 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@3cc26fb5 offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1692]@2021-05-07T10:43:09.309033Z 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@61a65190 startThread=0 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@61a65190 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@3cc26fb5 task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1692]@2021-05-07T10:43:09.309285Z 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@61a65190 started 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=1}][pc=0,pic=0,pec=2,epc=1692]@2021-05-07T10:43:09.309337Z tryProduce true 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1692]@2021-05-07T10:43:09.309229Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=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-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@61a65190 waiting 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@4505549d{SSLC.NBReadCB@139f4968{SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >c.onFillable SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - onFillable SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 309 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@58632a13{AC.ReadCB@547a6f0b{HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-05-07 10:43:09 310 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:09 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >fill SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-05-07 10:43:09 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 261 HeapByteBuffer@68c8909f[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x037\x18\xC8\xC38\x9dwa\x884\xEbW\xB7\x9f...\x02\x89\xB79\xE9\xEd\x18\xD3m;\xC5b\\\xF6\xEa\xBaAc\xF7\xB8\xA1\xD7G>>>\x0c\x07\x85\xAfW\x1e\x9a\xB9(...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=261 2021-05-07 10:43:09 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill starting handshake SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] 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@38a75fa6[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@38a75fa6[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-05-07 10:43:09 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_TASK 2021-05-07 10:43:09 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_WRAP 2021-05-07 10:43:09 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >flush SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:09 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:09 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] 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-05-07 10:43:09 311 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 311 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@139f4968{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 6 HeapByteBuffer@68c8909f[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x037\x18\xC8\xC3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=6 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] 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@38a75fa6[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@38a75fa6[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-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[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-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] 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@38a75fa6[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@38a75fa6[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-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >fill SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 367 HeapByteBuffer@68c8909f[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x037\x18\xC8\xC38\x9dwa\x884\xEbW\xB7\x9f...\xD7\x12\nea\xDd\xFb\xD2\x98\xAc\rc=2\xD9\xFd\x9e\xC7\xE3|-H3>>>.\x83\x95-#\xE68\xC2s...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=367 2021-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] 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@38a75fa6[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@38a75fa6[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-05-07 10:43:09 312 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_TASK 2021-05-07 10:43:09 316 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-31] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@6ccafdf8 2021-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_WRAP 2021-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >flush SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] 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-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] 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-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:09 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@139f4968{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] 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@38a75fa6[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@38a75fa6[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-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=13/30000} filled 0 HeapByteBuffer@38a75fa6[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-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@38a75fa6[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-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@38a75fa6[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-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=START,0 of -1} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=13/30000} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - fillInterested HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=13/30000} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@58632a13{AC.ReadCB@547a6f0b{HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@4505549d{SSLC.NBReadCB@139f4968{SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@2cb8915c on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@670816f9 size 1 > capacity 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@670816f9 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:09 320 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@2cb8915c 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49448], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=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-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1693]@2021-05-07T10:43:09.321658Z 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@61a65190 offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1693]@2021-05-07T10:43:09.321774Z 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:09 321 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@245e783a startThread=0 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@245e783a in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@61a65190 task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1693]@2021-05-07T10:43:09.322037Z 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@245e783a started 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@245e783a waiting 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1693]@2021-05-07T10:43:09.322107Z tryProduce true 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=1}][pc=0,pic=0,pec=2,epc=1693]@2021-05-07T10:43:09.322079Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=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-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@4505549d{SSLC.NBReadCB@139f4968{SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@58632a13{AC.ReadCB@547a6f0b{HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-05-07 10:43:09 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:09 323 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 323 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:09 323 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 229 HeapByteBuffer@68c8909f[p=0,l=229,c=17408,r=229]={<<<\x17\x03\x03\x005\xBbd\xCa\xD0\xE2\x152'\xAa\xC9\x0f\xF0\xE5A\x19\x0fm\x84[\x91...\x83\x8d\x02(\xDf\x85\x9c\x8dS\xB3\xEfV+g\x1d \x8c\xB4\x12s\x0b\xD2\xAf>>>\xF9\x9a\xB4\x02:u\x91\x01\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 323 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=229 2021-05-07 10:43:09 324 DEBUG [jdk.event.security][dw-28] invocationID:{InvocationID} - TLSHandshake: 10.233.76.36:49448, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-05-07 10:43:09 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=229 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=229,c=17408,r=171] unwrapBuffer=HeapByteBuffer@38a75fa6[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@38a75fa6[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-05-07 10:43:09 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - handshake succeeded SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=171/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=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-05-07 10:43:09 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-05-07 10:43:09 324 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[p=58,l=229,c=17408,r=171]={\x17\x03\x03\x005\x14\x00\x00 ...\x8aN\xEd\x18\xA3\xF4\x8b<<<\x17\x03\x03\x00\xA6`x\xA4\xA3\x8c\xC7c\xD1\x1a\x1by\x05\x1e\x97\xB9\xE3\x06!u\x82...\x83\x8d\x02(\xDf\x85\x9c\x8dS\xB3\xEfV+g\x1d \x8c\xB4\x12s\x0b\xD2\xAf>>>\xF9\x9a\xB4\x02:u\x91\x01\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 171 bytesProduced = 149 encryptedBuffer=[p=229,l=229,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>\x1b\xDc\xFfV\xD2K\xA3!\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>\x1b\xDc\xFfV\xD2K\xA3!\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=4/30000} filled 149 HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>\x1b\xDc\xFfV\xD2K\xA3!\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>\x1b\xDc\xFfV\xD2K\xA3!\xC6...\x00\x00\x00\x00\x00\x00\x00} {} 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>\x1b\xDc\xFfV\xD2K\xA3!\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - START --> SPACE1 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE1 --> URI 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - URI --> SPACE2 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER --> CONTENT 2021-05-07 10:43:09 325 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - REQUEST for //10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.76.92:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=5/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=5/30000} 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - handle //10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - handling HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-28] invocationID:{InvocationID} - Host 10.233.76.92 with SNI null 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28] invocationID:{InvocationID} - GzipHandler@3855d9b2{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck)@14cb9810 in null 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-7b5021d1@42017010==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - chain=customFilter@1e92c3b6==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-3a109ff7@3a109ff7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-78b0ec3a@78b0ec3a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-7b5021d1@42017010==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter customFilter@1e92c3b6==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-05-07 10:43:09 326 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Entering. 2021-05-07 10:43:09 326 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-05-07 10:43:09 326 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 78d29a1a-2cdd-4370-98fb-f046b2cad184 2021-05-07 10:43:09 326 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Invoking synchronously ... 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3a109ff7@3a109ff7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-78b0ec3a@78b0ec3a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-05-07 10:43:09 326 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-7b5021d1@42017010==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@3855d9b2{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck)@14cb9810 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@7db8fb76 exclude no deflater 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@7ad781ae[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@2d9fa966{null} 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 200 OK HTTP/1.1 Connection: close Date: Fri, 07 May 2021 10:43:09 GMT X-TransactionID: 78d29a1a-2cdd-4370-98fb-f046b2cad184 X-InvocationID: 9dca189e-9420-4b7c-b604-9e8103ebb91d Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@655cbfdd[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f058b4b] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@7ad781ae[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-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 07 May 2021 10:43:09 GMT X-TransactionID: 78d29a1a-2cdd-4370-98fb-f046b2cad184 X-InvocationID: 9dca189e-9420-4b7c-b604-9e8103ebb91d Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@655cbfdd[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f058b4b] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@1999bbf4{IDLE}->null [HeapByteBuffer@59dad5e5[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@7ad781ae[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-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@1999bbf4{WRITING}->null:IDLE-->WRITING 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=COMPLETING}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@59dad5e5[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-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@7ad781ae[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-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - 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-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=COMPLETING}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-05-07 10:43:09 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=COMPLETING}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@1999bbf4{WRITING}->null 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@1999bbf4{IDLE}->null:WRITING-->IDLE 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@655cbfdd[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f058b4b] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@655cbfdd[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5f058b4b] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=8/30000} 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=END}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=END}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - 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-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=END}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=END}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:09 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=END}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=END}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@4505549d{SSLC.NBReadCB@139f4968{SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=END}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=END}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@2cb8915c on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:09 330 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=bcb161c8-461d-4443-9c34-1727fac5f24c, referenceCounter=0, store size=0} on thread dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:09 330 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Exiting. 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@2cb8915c 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@44f6a2ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@44f6a2ff{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - completed HttpChannelState@44f6a2ff{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=END}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@44f6a2ff{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@44f6a2ff{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - recycle HttpChannelState@44f6a2ff{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 10.233.76.36 - - [07/May/2021:10:43:09 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.76.92:9101 remote=/10.233.76.36:49448], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5fe614d3{s=END}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=5} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 24 HeapByteBuffer@68c8909f[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xBbeL\x13P\xE6\x04\xA0=\t\xAd\xBb\x1d\x05\xE6\xC4%)\xDd>>>\x1f\xA2\x94\xB0DF\xCe\xCd\x0b...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=24 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=-,flush=-,to=10/30000} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=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-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=-,flush=-,to=10/30000} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - shutdownOutput: SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=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-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1694]@2021-05-07T10:43:09.331267Z 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - ensureFillInterested SslConnection@139f4968::SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@245e783a offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1694]@2021-05-07T10:43:09.331375Z 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@629119a5 startThread=0 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - doClose SocketChannelEndPoint@2af0292a{l=/10.233.76.92:9101,r=/10.233.76.36:49448,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=/10.233.76.92:9101,r=/10.233.76.36:49448,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@629119a5 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@245e783a task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1694]@2021-05-07T10:43:09.331604Z 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@629119a5 started 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@629119a5 waiting 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@4505549d{SSLC.NBReadCB@139f4968{SslConnection@139f4968::SocketChannelEndPoint@2af0292a{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@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=1}][pc=0,pic=0,pec=2,epc=1694]@2021-05-07T10:43:09.331678Z tryProduce true 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1694]@2021-05-07T10:43:09.331534Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2af0292a{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@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=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-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@4505549d{null} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - FillInterest@4505549d{null} lost race null 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillableFail SslConnection@139f4968::SocketChannelEndPoint@2af0292a{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@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@61a65190 size 1 > capacity 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onFail FillInterest@58632a13{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-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@61a65190 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=1 updates=0 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@499de538 startThread=0 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@58632a13{null} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} {} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} 2021-05-07 10:43:09 331 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@499de538 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@2af0292a{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@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@3cc26fb5 size 1 > capacity 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@2af0292a{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@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@3cc26fb5 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose HttpConnection@547a6f0b::DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@2af0292a{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@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose SslConnection@139f4968::SocketChannelEndPoint@2af0292a{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@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@499de538 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@2af0292a{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@139f4968{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6fe46a32{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@547a6f0b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5fe614d3{s=START}]=>HttpChannelOverHttp@3c015840{s=HttpChannelState@44f6a2ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/0 selected 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 0 updates 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:09 332 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 0 keys 2021-05-07 10:43:12 946 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@2e6d41f5] obtained in 0 millis 2021-05-07 10:43:12 947 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@6663b6dc, maxRows=0, fetchSize=0, flags=16 2021-05-07 10:43:12 947 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> CloseStatement(S_181) 2021-05-07 10:43:12 947 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Parse(stmt=S_182,query="/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY",oids={}) 2021-05-07 10:43:12 947 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_182,portal=null) 2021-05-07 10:43:12 947 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Describe(portal=null) 2021-05-07 10:43:12 947 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-05-07 10:43:12 947 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-05-07 10:43:12 949 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CloseComplete 2021-05-07 10:43:12 949 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-05-07 10:43:12 949 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-05-07 10:43:12 949 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query /* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY 2021-05-07 10:43:12 949 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query SYNC 2021-05-07 10:43:12 950 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@2e6d41f5] released 2021-05-07 10:43:12 950 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$$e9a77c3c.getAllEntities( ) at org.onap.holmes.common.engine.service.impl.EngineEntityServiceImpl.getAllEntities(EngineEntityServiceImpl.java:45) at org.onap.holmes.rulemgt.tools.EngineTools.getInstanceList(EngineTools.java:42) at org.onap.holmes.rulemgt.RuleAllocator.allocateRules(RuleAllocator.java:76) at org.onap.holmes.rulemgt.RuleAllocator$1.run(RuleAllocator.java:66) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist Position: 52 Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376 Server SQLState: 42P01 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2532) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2267) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:312) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:448) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:369) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:153) at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:142) at jdk.internal.reflect.GeneratedMethodAccessor32.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114) at com.sun.proxy.$Proxy81.execute(Unknown Source) at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327) ... 14 common frames omitted 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25-acceptor-0@460f1cdb-RuleActiveApp@67763ebe{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@5d8a2a18[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49596]] on ManagedSelector@61ad30f6{STARTED} id=0 keys=0 selected=0 updates=0 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25-acceptor-0@460f1cdb-RuleActiveApp@67763ebe{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=0 selected=0 updates=1 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/0 selected 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update Accept@5d8a2a18[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49596]] 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue Accept@5d8a2a18[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49596]] startThread=0 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@5d8a2a18[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49596]] in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-05-07 10:43:19 305 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@265d147 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=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@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100647840@63e16cf0 on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@5e32b90e{AC.ReadCB@5018a045{HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@36dcd8d4{SSLC.NBReadCB@6a0c06ac{SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@3cef81c5 on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=2 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:19 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 2 updates 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 2 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100647840@63e16cf0 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@3cef81c5 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@5d8a2a18[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49596]] in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49596], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=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-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1695]@2021-05-07T10:43:19.307902Z 2021-05-07 10:43:19 307 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@629119a5 offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1695]@2021-05-07T10:43:19.307963Z 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@50ef954d startThread=0 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1695]@2021-05-07T10:43:19.308063Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=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-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@50ef954d in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@50ef954d started 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@36dcd8d4{SSLC.NBReadCB@6a0c06ac{SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@50ef954d waiting 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@629119a5 task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1696]@2021-05-07T10:43:19.308205Z 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1696]@2021-05-07T10:43:19.308377Z tryProduce true 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@5e32b90e{AC.ReadCB@5018a045{HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@68c8909f[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03d?\xA4o9\x0e\x8e\xBb\xD1\x0f\xCbT\xF48...\xC7\xA2\n\x0b\x93\xC2\xA2\xE4\xFaZ1ei\xD3\x1d\x18\x99\x11\xD8\xC6\xE2FJ>>>.\xC1\x12+\x19\xD5|\x14\x89...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261 2021-05-07 10:43:19 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2021-05-07 10:43:19 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2021-05-07 10:43:19 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:19 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:19 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@6a0c06ac{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 6 HeapByteBuffer@68c8909f[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03d?\xA4o...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=6 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[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-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 367 HeapByteBuffer@68c8909f[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03d?\xA4o9\x0e\x8e\xBb\xD1\x0f\xCbT\xF48...\x90j\xFd\x8e\x01f\xD7\xC7Z1C!h\xE6\xB9bG\xB4!\x95<\xCa7>>>.\x83\x95-#\xE68\xC2s...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=367 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2021-05-07 10:43:19 315 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@265d147 2021-05-07 10:43:19 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2021-05-07 10:43:19 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:19 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:19 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@6a0c06ac{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:19 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=14/30000} filled 0 HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} {} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=14/30000} parsed false HttpParser{s=START,0 of -1} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=14/30000} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=14/30000} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@5e32b90e{AC.ReadCB@5018a045{HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@36dcd8d4{SSLC.NBReadCB@6a0c06ac{SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@3cef81c5 on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:19 321 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@3cef81c5 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@245e783a size 1 > capacity 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@245e783a in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49596], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=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-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1696]@2021-05-07T10:43:19.322427Z 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@50ef954d offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1696]@2021-05-07T10:43:19.322496Z 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@f6c4733 startThread=0 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@50ef954d task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1696]@2021-05-07T10:43:19.322617Z 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1696]@2021-05-07T10:43:19.322596Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=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-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@f6c4733 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1696]@2021-05-07T10:43:19.322657Z tryProduce true 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@f6c4733 started 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@36dcd8d4{SSLC.NBReadCB@6a0c06ac{SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@f6c4733 waiting 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >c.onFillable SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - onFillable SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@5e32b90e{AC.ReadCB@5018a045{HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:19 323 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 229 HeapByteBuffer@68c8909f[p=0,l=229,c=17408,r=229]={<<<\x17\x03\x03\x005\xFb\x84s1\xE5@IA\xC7a\x1d\xE0>\xA5-\xA7K\x84\xFeh...jK\xFcv\xE2r\x9c\x91;\xFa\xD7\x8bT\x0b\x8el\xC0\xF4\x08S\xA70\xA7>>>\xBb\xEbx\x1cA\x95\xC8\x1c\x98...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 323 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=229 2021-05-07 10:43:19 323 DEBUG [jdk.event.security][dw-30] invocationID:{InvocationID} - TLSHandshake: 10.233.76.36:49596, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-05-07 10:43:19 323 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=229 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=229,c=17408,r=171] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#m\x80\xD6\xF3...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 323 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - handshake succeeded SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=171/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=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-05-07 10:43:19 323 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-05-07 10:43:19 323 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[p=58,l=229,c=17408,r=171]={\x17\x03\x03\x005\x14\x00\x00 ..._F~\xB5'\x8d#<<<\x17\x03\x03\x00\xA65\x15\x8c\xEb \x9d\xF6\xC2WL2p\xDeX\xA3\xE2o\x1a\x1c\x0f...jK\xFcv\xE2r\x9c\x91;\xFa\xD7\x8bT\x0b\x8el\xC0\xF4\x08S\xA70\xA7>>>\xBb\xEbx\x1cA\x95\xC8\x1c\x98...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 323 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 171 bytesProduced = 149 encryptedBuffer=[p=229,l=229,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>K7\xA54\x0bK\xFd\xFa\xDd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>K7\xA54\x0bK\xFd\xFa\xDd...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5018a045[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=2/30000} filled 149 HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>K7\xA54\x0bK\xFd\xFa\xDd...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>K7\xA54\x0bK\xFd\xFa\xDd...\x00\x00\x00\x00\x00\x00\x00} {} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>K7\xA54\x0bK\xFd\xFa\xDd...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - START --> SPACE1 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - SPACE1 --> URI 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - URI --> SPACE2 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER --> CONTENT 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - REQUEST for //10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.76.92:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=2/30000} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - handle //10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - handling HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-30] invocationID:{InvocationID} - Host 10.233.76.92 with SNI null 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.Server][dw-30] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-30] invocationID:{InvocationID} - GzipHandler@3855d9b2{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck)@459077bb in null 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-30] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-30] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-7b5021d1@42017010==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - chain=customFilter@1e92c3b6==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-3a109ff7@3a109ff7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-78b0ec3a@78b0ec3a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-7b5021d1@42017010==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - call filter customFilter@1e92c3b6==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-05-07 10:43:19 324 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Entering. 2021-05-07 10:43:19 324 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-05-07 10:43:19 324 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 1664869c-d7ad-40be-9625-86969b64baa9 2021-05-07 10:43:19 324 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Invoking synchronously ... 2021-05-07 10:43:19 324 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3a109ff7@3a109ff7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-05-07 10:43:19 325 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-78b0ec3a@78b0ec3a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-05-07 10:43:19 325 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-7b5021d1@42017010==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@3855d9b2{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck)@459077bb 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@76823d84 exclude no deflater 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@324dc801[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@5ff554a4{null} 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Fri, 07 May 2021 10:43:19 GMT X-TransactionID: 1664869c-d7ad-40be-9625-86969b64baa9 X-InvocationID: 1580810b-9de6-449b-ad8c-9cd1c726f790 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@191edd4e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7e17bdf4] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@324dc801[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-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 07 May 2021 10:43:19 GMT X-TransactionID: 1664869c-d7ad-40be-9625-86969b64baa9 X-InvocationID: 1580810b-9de6-449b-ad8c-9cd1c726f790 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@191edd4e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7e17bdf4] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@22c66ff7{IDLE}->null [HeapByteBuffer@59dad5e5[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@324dc801[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-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@22c66ff7{WRITING}->null:IDLE-->WRITING 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=COMPLETING}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@59dad5e5[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-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@324dc801[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-05-07 10:43:19 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=COMPLETING}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=COMPLETING}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@22c66ff7{WRITING}->null 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@22c66ff7{IDLE}->null:WRITING-->IDLE 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@191edd4e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7e17bdf4] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@191edd4e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7e17bdf4] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=5/30000} 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=END}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=END}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:19 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=END}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=END}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=END}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=END}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@36dcd8d4{SSLC.NBReadCB@6a0c06ac{SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=END}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=END}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@3cef81c5 on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:19 328 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=a0ff209b-2220-440c-b565-3c6b7420f9ed, referenceCounter=0, store size=0} on thread dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@3cef81c5 2021-05-07 10:43:19 328 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Exiting. 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.server.Server][dw-30] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - unhandle HttpChannelState@57192a2{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@57192a2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - completed HttpChannelState@57192a2{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - unhandle HttpChannelState@57192a2{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@57192a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:19 328 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@5018a045[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4b3d22a4{s=END}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - recycle HttpChannelState@57192a2{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 10.233.76.36 - - [07/May/2021:10:43:19 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 24 HeapByteBuffer@68c8909f[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13Y\xFa\xC4\x14&\x96\x89\x89}8J\x9d\xC5sq\xDc\x85G*>>>\xF8F\xCc#d\xFf5![...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=24 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.76.92:9101 remote=/10.233.76.36:49596], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6a0c06ac{NEED_UNWRAP,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=-,flush=-,to=8/30000} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(null) DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=-,flush=-,to=8/30000} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - shutdownOutput: SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=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-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - ensureFillInterested SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=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-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1697]@2021-05-07T10:43:19.329739Z 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - doClose SocketChannelEndPoint@43974894{l=/10.233.76.92:9101,r=/10.233.76.36:49596,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=/10.233.76.92:9101,r=/10.233.76.36:49596,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@f6c4733 offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1697]@2021-05-07T10:43:19.32986Z 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - onClose FillInterest@36dcd8d4{SSLC.NBReadCB@6a0c06ac{SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{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@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@48b0791d startThread=0 2021-05-07 10:43:19 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - onFillableFail SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{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@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - onFail FillInterest@5e32b90e{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-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Wakeup ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=1 updates=0 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@57634f7f startThread=0 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - onClose FillInterest@5e32b90e{null} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} {} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@f6c4733 task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1697]@2021-05-07T10:43:19.330121Z 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@48b0791d in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@48b0791d started 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@48b0791d waiting 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@57634f7f in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1697]@2021-05-07T10:43:19.330197Z tryProduce true 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@43974894{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@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@629119a5 size 1 > capacity 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose HttpConnection@5018a045::DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@629119a5 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1697]@2021-05-07T10:43:19.330036Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@43974894{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@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=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-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose SslConnection@6a0c06ac::SocketChannelEndPoint@43974894{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@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@36dcd8d4{null} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - FillInterest@36dcd8d4{null} lost race null 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@57634f7f in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@50ef954d size 1 > capacity 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@50ef954d in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@43974894{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@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close SocketChannelEndPoint@43974894{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@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@43974894{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@6a0c06ac{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cdbb970{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@5018a045[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4b3d22a4{s=START}]=>HttpChannelOverHttp@6d2bcc2a{s=HttpChannelState@57192a2{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:19 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:22 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25-acceptor-0@460f1cdb-RuleActiveApp@67763ebe{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@1e347d65[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49670]] on ManagedSelector@61ad30f6{STARTED} id=0 keys=0 selected=0 updates=0 2021-05-07 10:43:22 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25-acceptor-0@460f1cdb-RuleActiveApp@67763ebe{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=0 selected=0 updates=1 2021-05-07 10:43:22 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:22 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/0 selected 2021-05-07 10:43:22 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:22 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:22 772 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update Accept@1e347d65[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49670]] 2021-05-07 10:43:22 773 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue Accept@1e347d65[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49670]] startThread=0 2021-05-07 10:43:22 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:22 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:22 773 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@1e347d65[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49670]] in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:22 773 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-05-07 10:43:22 773 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@55548cf5 2021-05-07 10:43:22 773 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=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@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-05-07 10:43:22 773 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:22 773 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100647840@7587364f on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@2c8a393d{AC.ReadCB@74ce329{HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@607347ad{SSLC.NBReadCB@4d612a0f{SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@248638fe on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=2 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 774 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:22 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:22 775 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@1e347d65[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49670]] in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:22 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 2 updates 2021-05-07 10:43:22 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 2 2021-05-07 10:43:22 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100647840@7587364f 2021-05-07 10:43:22 775 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@248638fe 2021-05-07 10:43:22 776 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:22 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:22 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:22 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:22 776 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49670], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 776 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 776 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=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-05-07 10:43:22 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1698]@2021-05-07T10:43:22.77685Z 2021-05-07 10:43:22 776 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@48b0791d offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1698]@2021-05-07T10:43:22.776951Z 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@2a93cdfa startThread=0 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@48b0791d task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1698]@2021-05-07T10:43:22.777245Z 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1698]@2021-05-07T10:43:22.777209Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=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-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1699]@2021-05-07T10:43:22.777338Z tryProduce true 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@2a93cdfa in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@2a93cdfa started 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@607347ad{SSLC.NBReadCB@4d612a0f{SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@2a93cdfa waiting 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@2c8a393d{AC.ReadCB@74ce329{HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 777 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-05-07 10:43:22 778 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 261 HeapByteBuffer@68c8909f[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xE0\x12W0\x9e\x80\xE9\x1ax=\xAe\xF6\xCf\x8f...\x00\xF4\x05.\xC1Y^\x8a\x9e\xFb\xDeL^Q\x8a\xF0l^\xF2>\xFa\x98\x08>>>C\xD3V'G\xAe9\xDe$...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=261 2021-05-07 10:43:22 778 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill starting handshake SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@4d612a0f{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 779 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 6 HeapByteBuffer@68c8909f[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xE0\x12W0...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=6 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[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-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 367 HeapByteBuffer@68c8909f[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xE0\x12W0\x9e\x80\xE9\x1ax=\xAe\xF6\xCf\x8f...\x92\xCc\xF3\x15\x98\xB9\xA1ki\x12\x8c\x0c\xF0\x03\x8aD\xF9\xEc\xC1\xD4\xC3\xC0\n>>>.\x83\x95-#\xE68\xC2s...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=367 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] 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@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 780 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK 2021-05-07 10:43:22 787 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-29] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@55548cf5 2021-05-07 10:43:22 790 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@4d612a0f{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=17/30000} filled 0 HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} {} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=START,0 of -1} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=17/30000} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - fillInterested HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=17/30000} 2021-05-07 10:43:22 791 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@2c8a393d{AC.ReadCB@74ce329{HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@607347ad{SSLC.NBReadCB@4d612a0f{SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@248638fe on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@f6c4733 size 1 > capacity 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@f6c4733 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@248638fe 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:22 792 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49670], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=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-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1699]@2021-05-07T10:43:22.793538Z 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@2a93cdfa offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1699]@2021-05-07T10:43:22.793641Z 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@493f1981 startThread=0 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@2a93cdfa task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1699]@2021-05-07T10:43:22.793804Z 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1699]@2021-05-07T10:43:22.793863Z tryProduce true 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@493f1981 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1699]@2021-05-07T10:43:22.79384Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=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-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@493f1981 started 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@493f1981 waiting 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 793 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:22 794 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@607347ad{SSLC.NBReadCB@4d612a0f{SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:22 794 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 794 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 794 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@2c8a393d{AC.ReadCB@74ce329{HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-05-07 10:43:22 794 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:22 794 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 794 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:22 794 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 229 HeapByteBuffer@68c8909f[p=0,l=229,c=17408,r=229]={<<<\x17\x03\x03\x005\xC2\x85\x96x|/\x1b\xA7/\x02\xD2-\xA1\x99\r1\x08\xDd\xBes...ZuWYl\xE9s\xD5\x8c\xAfkt_R\xE5\x9ab\x96o\x85\xCbo/>>>\x01\xEf\xD8\x8d\xF5\xF8[\x126...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 794 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=229 2021-05-07 10:43:22 795 DEBUG [jdk.event.security][dw-28] invocationID:{InvocationID} - TLSHandshake: 10.233.76.36:49670, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-05-07 10:43:22 795 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=229 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=229,c=17408,r=171] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF6n\xBc\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 795 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - handshake succeeded SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=171/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=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-05-07 10:43:22 795 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-05-07 10:43:22 795 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[p=58,l=229,c=17408,r=171]={\x17\x03\x03\x005\x14\x00\x00 ...\xF4\x13k\xE2\xB2io<<<\x17\x03\x03\x00\xA6\xA6\xEd\xF6*\xE5\x0f\x0b\xC1\x87\x81\xD2\x01J\x96\xE7,\t\x8d\x9a\xD9...ZuWYl\xE9s\xD5\x8c\xAfkt_R\xE5\x9ab\x96o\x85\xCbo/>>>\x01\xEf\xD8\x8d\xF5\xF8[\x126...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 795 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:22 795 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 171 bytesProduced = 149 encryptedBuffer=[p=229,l=229,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>k\r\xBe\xB1\xB7\xCa\xC4;"...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>k\r\xBe\xB1\xB7\xCa\xC4;"...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@74ce329[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=4/30000} filled 149 HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>k\r\xBe\xB1\xB7\xCa\xC4;"...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>k\r\xBe\xB1\xB7\xCa\xC4;"...\x00\x00\x00\x00\x00\x00\x00} {} 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>k\r\xBe\xB1\xB7\xCa\xC4;"...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - START --> SPACE1 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE1 --> URI 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - URI --> SPACE2 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER --> CONTENT 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - REQUEST for //10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.76.92:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=4/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-05-07 10:43:22 796 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=4/30000} 2021-05-07 10:43:22 809 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - handle //10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=13} 2021-05-07 10:43:22 809 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - handling HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-05-07 10:43:22 809 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=13} 2021-05-07 10:43:22 809 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-28] invocationID:{InvocationID} - Host 10.233.76.92 with SNI null 2021-05-07 10:43:22 810 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=14} 2021-05-07 10:43:22 811 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28] invocationID:{InvocationID} - GzipHandler@3855d9b2{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck)@3a939c3e in null 2021-05-07 10:43:22 813 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-05-07 10:43:22 817 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-05-07 10:43:22 817 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-7b5021d1@42017010==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-05-07 10:43:22 818 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - chain=customFilter@1e92c3b6==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-3a109ff7@3a109ff7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-78b0ec3a@78b0ec3a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-7b5021d1@42017010==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-05-07 10:43:22 819 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_260,261,1009960252) 2021-05-07 10:43:22 819 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_260,261,1009960252) has been shutdown 2021-05-07 10:43:22 819 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter customFilter@1e92c3b6==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-05-07 10:43:22 819 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Entering. 2021-05-07 10:43:22 819 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-05-07 10:43:22 819 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: c905e913-5d28-437f-b0bc-7541b190ecbe 2021-05-07 10:43:22 819 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Invoking synchronously ... 2021-05-07 10:43:22 819 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3a109ff7@3a109ff7==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-05-07 10:43:22 819 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-78b0ec3a@78b0ec3a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-05-07 10:43:22 820 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-7b5021d1@42017010==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-05-07 10:43:22 826 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_257,258,446574728) 2021-05-07 10:43:22 826 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_257,258,446574728) has been shutdown 2021-05-07 10:43:22 829 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_259,260,160429835) 2021-05-07 10:43:22 829 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_259,260,160429835) has been shutdown 2021-05-07 10:43:22 831 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@3855d9b2{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck)@3a939c3e 2021-05-07 10:43:22 832 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_258,259,1982945412) 2021-05-07 10:43:22 832 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_258,259,1982945412) has been shutdown 2021-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@6e81d683 exclude no deflater 2021-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@48935a4e[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@79d1b1cc{null} 2021-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=36} 200 OK HTTP/1.1 Connection: close Date: Fri, 07 May 2021 10:43:22 GMT X-TransactionID: c905e913-5d28-437f-b0bc-7541b190ecbe X-InvocationID: 0db22b3a-11cc-4e73-b0bf-d5504edab123 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@5f85b0a4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3f505019] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@48935a4e[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-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Fri, 07 May 2021 10:43:22 GMT X-TransactionID: c905e913-5d28-437f-b0bc-7541b190ecbe X-InvocationID: 0db22b3a-11cc-4e73-b0bf-d5504edab123 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@5f85b0a4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3f505019] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@6dc33c97{IDLE}->null [HeapByteBuffer@59dad5e5[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@48935a4e[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-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6dc33c97{WRITING}->null:IDLE-->WRITING 2021-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=37/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=W,to=40/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=COMPLETING}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=36} 2021-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@59dad5e5[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-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@48935a4e[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-05-07 10:43:22 832 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-05-07 10:43:22 833 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - 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-05-07 10:43:22 833 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=38/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=W,to=41/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=COMPLETING}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=37} 2021-05-07 10:43:22 833 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:22 833 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=W,to=41/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=COMPLETING}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=37} 2021-05-07 10:43:22 833 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@6dc33c97{WRITING}->null 2021-05-07 10:43:22 833 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6dc33c97{IDLE}->null:WRITING-->IDLE 2021-05-07 10:43:22 833 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@5f85b0a4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3f505019] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-05-07 10:43:22 833 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@5f85b0a4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3f505019] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-05-07 10:43:22 833 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=41/30000} 2021-05-07 10:43:22 834 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUTTING,fill=-,flush=-,to=41/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=37} oshut=false, ishut=false 2021-05-07 10:43:22 834 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUTTING,fill=-,flush=-,to=42/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=38} 2021-05-07 10:43:22 834 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:22 834 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:22 834 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - 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-05-07 10:43:22 834 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUTTING,fill=-,flush=-,to=42/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=38} 2021-05-07 10:43:22 834 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:22 834 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUTTING,fill=-,flush=-,to=42/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=38} 2021-05-07 10:43:22 834 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUTTING,fill=-,flush=-,to=42/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=38} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUTTING,fill=-,flush=-,to=43/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=39} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@607347ad{SSLC.NBReadCB@4d612a0f{SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUTTING,fill=-,flush=-,to=43/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=39}}} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUTTING,fill=-,flush=-,to=43/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=39} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@248638fe on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:22 835 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=885982e9-6ad3-49f0-bf68-ab20bfb61f67, referenceCounter=0, store size=0} on thread dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:22 835 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Exiting. 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@248638fe 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=39} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=43/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=39} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@453fbc2c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@453fbc2c{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=39} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - completed HttpChannelState@453fbc2c{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@453fbc2c{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:22 835 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@453fbc2c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=40} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.76.92:9101 remote=/10.233.76.36:49670], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=44/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck,age=40} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - recycle HttpChannelState@453fbc2c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 10.233.76.36 - - [07/May/2021:10:43:22 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 40 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=44/30000}=>HttpConnection@74ce329[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4c3fde38{s=END}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=40} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=44/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=44/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=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-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 24 HeapByteBuffer@68c8909f[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xFb\xB0\xE5\x8e@}\x01\x924\xB2\x02\xE31EH\xA4li\x98>>>'\xEft\x01\xA6\xA6\xBd{\xD9...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=24 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1700]@2021-05-07T10:43:22.836669Z 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@493f1981 offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1700]@2021-05-07T10:43:22.836793Z 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=44/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=44/30000} filled -1 HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=44/30000} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=44/30000} 2021-05-07 10:43:22 836 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@420cd4af in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@420cd4af started 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@420cd4af waiting 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - shutdownOutput: SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=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-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@420cd4af startThread=0 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@493f1981 task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1700]@2021-05-07T10:43:22.837303Z 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - ensureFillInterested SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1700]@2021-05-07T10:43:22.837266Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=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-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1700]@2021-05-07T10:43:22.837348Z tryProduce true 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@607347ad{SSLC.NBReadCB@4d612a0f{SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - doClose SocketChannelEndPoint@1e65acfe{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@768efa29{l=/10.233.76.92:9101,r=/10.233.76.36:49670,CLOSED,fill=-,flush=-,to=45/30000} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@607347ad{null} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19e8af32 startThread=0 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@2c8a393d{null} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=45/30000} parse HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} {} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/0 selected 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 0 updates 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 0 keys 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=45/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=45/30000} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19e8af32 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=45/30000} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{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@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@2c8a393d{null} 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=45/30000} onFillable exit HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:22 837 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@2c8a393d{null} lost race null 2021-05-07 10:43:22 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=46/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 838 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@48b0791d size 1 > capacity 2021-05-07 10:43:22 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@1e65acfe{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@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=46/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 838 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@48b0791d in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:22 838 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onClose HttpConnection@74ce329::DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=46/30000} 2021-05-07 10:43:22 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=46/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 838 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@2a93cdfa size 1 > capacity 2021-05-07 10:43:22 838 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onClose SslConnection@4d612a0f::SocketChannelEndPoint@1e65acfe{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@4d612a0f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@768efa29{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=46/30000}=>HttpConnection@74ce329[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c3fde38{s=START}]=>HttpChannelOverHttp@59ee4f3{s=HttpChannelState@453fbc2c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:22 838 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@19e8af32 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:22 838 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@2a93cdfa in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25-acceptor-0@460f1cdb-RuleActiveApp@67763ebe{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@7412de72[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49746]] on ManagedSelector@61ad30f6{STARTED} id=0 keys=0 selected=0 updates=0 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25-acceptor-0@460f1cdb-RuleActiveApp@67763ebe{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=0 selected=0 updates=1 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/0 selected 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update Accept@7412de72[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49746]] 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue Accept@7412de72[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49746]] startThread=0 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@7412de72[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49746]] in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-05-07 10:43:29 305 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@6b447c6b 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=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@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100647840@1c774932 on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@8abcf08{AC.ReadCB@d12b409{HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@2e3329f6{SSLC.NBReadCB@3cafe176{SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@6dd4c917 on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=2 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 2 updates 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@7412de72[java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49746]] in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 2 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100647840@1c774932 2021-05-07 10:43:29 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@6dd4c917 2021-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49746], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=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-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1701]@2021-05-07T10:43:29.307857Z 2021-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@420cd4af offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1701]@2021-05-07T10:43:29.307939Z 2021-05-07 10:43:29 307 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@7b43fe86 startThread=0 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@420cd4af task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1701]@2021-05-07T10:43:29.308064Z 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1701]@2021-05-07T10:43:29.308121Z tryProduce true 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@7b43fe86 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@7b43fe86 started 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@7b43fe86 waiting 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1701]@2021-05-07T10:43:29.308095Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=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-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@2e3329f6{SSLC.NBReadCB@3cafe176{SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >c.onFillable SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - onFillable SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@8abcf08{AC.ReadCB@d12b409{HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 261 HeapByteBuffer@68c8909f[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x030\xFfN \xE5=\xCb\x0fj?\x82\x7fAy...\xD2\xF2p8\xFc\xD7h~\x9b:shO'\x0e\r\r\x1d\xDf\xA7\xA7\x84T>>>-\xF4`,\xD8\x17\xB5\x9c<...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=261 2021-05-07 10:43:29 308 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill starting handshake SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_TASK 2021-05-07 10:43:29 309 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_WRAP 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >flush SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@3cafe176{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 6 HeapByteBuffer@68c8909f[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x030\xFfN ...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=6 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[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-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 367 HeapByteBuffer@68c8909f[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x030\xFfN \xE5=\xCb\x0fj?\x82\x7fAy...Q\x9b\x0f\x0fR\x0c\xAe(H{;le^^\x02M\xA9\xBcA\x94\x90\xA0>>>.\x83\x95-#\xE68\xC2s...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=367 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 310 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_TASK 2021-05-07 10:43:29 317 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-30] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@6b447c6b 2021-05-07 10:43:29 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_WRAP 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >flush SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4155e38d[p=0,l=0,c=0,r=0]={<<<>>>} 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - flush NEED_WRAP 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-05-07 10:43:29 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net flushed=true, ac=true 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@3cafe176{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=15/30000} filled 0 HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} {} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=START,0 of -1} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=15/30000} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - fillInterested HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=15/30000} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - interested FillInterest@8abcf08{AC.ReadCB@d12b409{HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - interested FillInterest@2e3329f6{SSLC.NBReadCB@3cafe176{SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:29 322 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@6dd4c917 on ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=0 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@61ad30f6{STARTED} id=0 keys=1 selected=0 updates=1 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken with none selected 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 0/0/1 selected 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 0 keys, 1 updates 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a440@6dd4c917 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@493f1981 size 1 > capacity 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 woken up from select, 1/1/1 selected 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 processing 1 keys, 0 updates 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@493f1981 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}] 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.76.92:9101 remote=/10.233.76.36:49746], selector=sun.nio.ch.EPollSelectorImpl@7c196b19, interestOps=1, readyOps=1 SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=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-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0} tryExecute EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=0}][pc=0,pic=0,pec=2,epc=1702]@2021-05-07T10:43:29.323511Z 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=0}@7b43fe86 offer EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=0}][pc=0,pic=0,pec=2,epc=1702]@2021-05-07T10:43:29.323577Z 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1} startReservedThread p=1 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@4314bc33 startThread=0 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@7b43fe86 task=EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1702]@2021-05-07T10:43:29.323725Z 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@5cce40d7{s=0/1,p=1}@4314bc33 in InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}] 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=1}@4314bc33 started 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=0/1,p=1}][pc=0,pic=0,pec=2,epc=1702]@2021-05-07T10:43:29.323688Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=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-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@1bbb42b4/SelectorProducer@371cd2fc/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@71b97eeb{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@5cce40d7{s=1/1,p=1}][pc=0,pic=0,pec=2,epc=1702]@2021-05-07T10:43:29.323781Z tryProduce true 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@5cce40d7{s=1/1,p=0}@4314bc33 waiting 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@2e3329f6{SSLC.NBReadCB@3cafe176{SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@7c196b19 waiting with 1 keys 2021-05-07 10:43:29 323 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@8abcf08{AC.ReadCB@d12b409{HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 229 HeapByteBuffer@68c8909f[p=0,l=229,c=17408,r=229]={<<<\x17\x03\x03\x005\xB1\x8d+\x8e\xA2,1\xA5\xB6\xC5\xB7\xF13\xB3C_\x04\x8d\x0c\xE3...\xA7H&\x07bG\xC4\xDc\xF4a\xBar\x96\x96F\xD1t\xD3G\xAaD\xB1\x1f>>>$\x1c\x19d\x8e\x10A\x15\xA4...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=229 2021-05-07 10:43:29 324 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} - TLSHandshake: 10.233.76.36:49746, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=229 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=229,c=17408,r=171] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xCc\xC4\xAe\xD7...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@3cafe176::SocketChannelEndPoint@167aec48{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3cafe176{NOT_HANDSHAKING,eio=171/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=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-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@68c8909f[p=58,l=229,c=17408,r=171]={\x17\x03\x03\x005\x14\x00\x00 ...Y\x8a]I\xA5\xF2\x10<<<\x17\x03\x03\x00\xA6\x99G\xF6w\xC0\xA2\x90o\xD1\xB4\x18Mj\\\xE1\x96\xCa^D%...\xA7H&\x07bG\xC4\xDc\xF4a\xBar\x96\x96F\xD1t\xD3G\xAaD\xB1\x1f>>>$\x1c\x19d\x8e\x10A\x15\xA4...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-05-07 10:43:29 324 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 171 bytesProduced = 149 encryptedBuffer=[p=229,l=229,c=17408,r=0] unwrapBuffer=HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>\xB2\xBd\xE4E\x8e\x80\x1a\xD6@...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>\xB2\xBd\xE4E\x8e\x80\x1a\xD6@...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@3cafe176{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@d12b409[p=HttpParser{s=START,0 of -1},g=HttpGenerator@100183fd{s=START}]=>HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=2/30000} filled 149 HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>\xB2\xBd\xE4E\x8e\x80\x1a\xD6@...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@d12b409::DecryptedEndPoint@45fd2ff9{l=/10.233.76.92:9101,r=/10.233.76.36:49746,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>\xB2\xBd\xE4E\x8e\x80\x1a\xD6@...\x00\x00\x00\x00\x00\x00\x00} {} 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@38a75fa6[p=0,l=149,c=17408,r=149]={<< >>\xB2\xBd\xE4E\x8e\x80\x1a\xD6@...\x00\x00\x00\x00\x00\x00\x00} 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT 2021-05-07 10:43:29 325 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.76.92:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@11701081{s=HttpChannelState@4249b99{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.76.92:9101/api/holme