Results

By type

          2021-04-10 02:15:44 059 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> CloseStatement(S_391)
2021-04-10 02:15:44 059 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Parse(stmt=S_392,query="SELECT * FROM APLUS_RULE ",oids={})
2021-04-10 02:15:44 059 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Bind(stmt=S_392,portal=null)
2021-04-10 02:15:44 059 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-04-10 02:15:44 059 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2021-04-10 02:15:44 059 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE=> Sync
2021-04-10 02:15:44 060 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  <=BE CloseComplete
2021-04-10 02:15:44 060 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  <=BE ErrorMessage(ERROR: relation "aplus_rule" does not exist
  Position: 15
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01)
2021-04-10 02:15:44 060 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-04-10 02:15:44 060 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SELECT * FROM APLUS_RULE 
2021-04-10 02:15:44 060 TRACE [org.postgresql.core.v3.QueryExecutorImpl][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-04-10 02:15:44 060 WARN  [org.onap.holmes.rulemgt.db.CorrelationRuleQueryDao][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Failed to query the rule: id =null.
2021-04-10 02:15:44 060 TRACE [org.skife.jdbi.v2.DBI][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@e7d4861] released
2021-04-10 02:15:44 061 ERROR [org.onap.holmes.rulemgt.resources.RuleMgtResources][dw-38 - 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.$Proxy76.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 75 common frames omitted
2021-04-10 02:15:44 061 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-38 - 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-04-10 02:15:44 061 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-38 - 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-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@e65ae43 exclude by status 499
2021-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@28317780[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@49945def{null}
2021-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=5}
499  HTTP/1.1
Date: Sat, 10 Apr 2021 02:15:44 GMT
X-TransactionID: ef64e1af-8dc1-4d1e-978a-bed369aa63fe
X-InvocationID: 71516a2c-e733-4627-9f5b-0ffda620e761
Content-Length: 25
Content-Type: text/plain


2021-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@5d56679d[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7ee2cdc2] (null,[p=0,l=25,c=8192,r=25],true)@START
2021-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=25} last=true content=HeapByteBuffer@28317780[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-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Sat, 10 Apr 2021 02:15:44 GMT
X-TransactionID: ef64e1af-8dc1-4d1e-978a-bed369aa63fe
X-InvocationID: 71516a2c-e733-4627-9f5b-0ffda620e761
Content-Length: 25
Content-Type: text/plain


2021-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH
2021-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@5d56679d[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7ee2cdc2] ([p=0,l=209,c=8192,r=209],[p=0,l=25,c=8192,r=25],true)@COMPLETING
2021-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@5d4c28e9{IDLE}->null [HeapByteBuffer@1e9211e4[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@28317780[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-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@5d4c28e9{WRITING}->null:IDLE-->WRITING
2021-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@3c1056a0::SocketChannelEndPoint@32b9b839{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@316f712{s=COMPLETING}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=5}
2021-04-10 02:15:44 062 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1e9211e4[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@28317780[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-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38 - 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-04-10 02:15:44 063 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << "HTTP/1.1 499 [\r][\n]"
2021-04-10 02:15:44 063 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << "Date: Sat, 10 Apr 2021 02:15:44 GMT[\r][\n]"
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 263 SocketChannelEndPoint@32b9b839{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=W,to=10/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@316f712{s=COMPLETING}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-04-10 02:15:44 063 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << "X-TransactionID: ef64e1af-8dc1-4d1e-978a-bed369aa63fe[\r][\n]"
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:44 063 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << "X-InvocationID: 71516a2c-e733-4627-9f5b-0ffda620e761[\r][\n]"
2021-04-10 02:15:44 063 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << "Content-Type: text/plain[\r][\n]"
2021-04-10 02:15:44 063 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << "Content-Length: 25[\r][\n]"
2021-04-10 02:15:44 063 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << "[\r][\n]"
2021-04-10 02:15:44 063 DEBUG [org.apache.http.wire][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << "Failed to query the rule."
2021-04-10 02:15:44 063 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << HTTP/1.1 499 
2021-04-10 02:15:44 063 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << Date: Sat, 10 Apr 2021 02:15:44 GMT
2021-04-10 02:15:44 063 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << X-TransactionID: ef64e1af-8dc1-4d1e-978a-bed369aa63fe
2021-04-10 02:15:44 063 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << X-InvocationID: 71516a2c-e733-4627-9f5b-0ffda620e761
2021-04-10 02:15:44 063 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << Content-Type: text/plain
2021-04-10 02:15:44 063 DEBUG [org.apache.http.headers][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155 << Content-Length: 25
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=W,to=10/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@316f712{s=COMPLETING}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=234 remaining=0 WriteFlusher@5d4c28e9{WRITING}->null
2021-04-10 02:15:44 063 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-3-thread-1] invocationID:{InvocationID} - Connection can be kept alive indefinitely
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@5d4c28e9{IDLE}->null:WRITING-->IDLE
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@5d56679d[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7ee2cdc2] ([p=209,l=209,c=8192,r=0],[p=25,l=25,c=8192,r=0],true)@END
2021-04-10 02:15:44 063 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-3-thread-1] invocationID:{InvocationID} - Cancelling request execution
2021-04-10 02:15:44 063 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-3-thread-1] invocationID:{InvocationID} - http-outgoing-155: Shutdown connection
2021-04-10 02:15:44 063 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-38 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=119f955c-ea9f-4737-a402-55be64cb83b9, referenceCounter=0, store size=0} on thread dw-38 - GET /api/holmes-rule-mgmt/v1/rule
2021-04-10 02:15:44 063 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-38] invocationID:{InvocationID} - Exiting.
2021-04-10 02:15:44 063 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-3-thread-1] invocationID:{InvocationID} - Connection discarded
2021-04-10 02:15:44 063 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-3-thread-1] invocationID:{InvocationID} - Connection released: [id: 155][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200]
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.server.Server][dw-38] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-38] invocationID:{InvocationID} - unhandle HttpChannelState@63837386{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-04-10 02:15:44 063 ERROR [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-3-thread-1] invocationID:{InvocationID} - Failed to get right response!Get an error status from server : 499
org.onap.holmes.common.exception.CorrelationException: Get an error status from server : 499
	at org.onap.holmes.common.utils.HttpsUtils.extractResponseEntity(HttpsUtils.java:153)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.getAllCorrelationRules(DcaeConfigurationPolling.java:108)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:79)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-04-10 02:15:44 063 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-38] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@63837386{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-38] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-38] invocationID:{InvocationID} - completed HttpChannelState@63837386{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-38] invocationID:{InvocationID} - unhandle HttpChannelState@63837386{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-38] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@63837386{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-38] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-38] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=25
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] invocationID:{InvocationID} - unconsumed input HttpConnection@2dae5518::DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=11/30000}
127.0.0.1 - - [10/Apr/2021:02:15:44 +0000] "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1" 499 25 "-" "Apache-HttpClient/4.5.10 (Java/11.0.6)" 7
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - >fill SslConnection@3c1056a0::SocketChannelEndPoint@32b9b839{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@316f712{s=END}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-38] invocationID:{InvocationID} - filled 31 HeapByteBuffer@4e377147[p=0,l=31,c=17408,r=31]={<<<\x15\x03\x03\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x02[\xE4\xDf\x0fR\x80\x04\xA1?\xC8\x94\xC6\xC84\x16\xD2\xDf[>>>le-mgmt/v...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - net filled=31
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] 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@1b1c7aba[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@1b1c7aba[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-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - SslConnection@3c1056a0{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@316f712{s=END}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.http.HttpParser][dw-38] invocationID:{InvocationID} - atEOF HttpParser{s=CONTENT,0 of -1}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] invocationID:{InvocationID} - HttpConnection@2dae5518::DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=11/30000} filled -1 HeapByteBuffer@1b1c7aba[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-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] invocationID:{InvocationID} - HttpConnection@2dae5518::DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@1b1c7aba[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-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.http.HttpParser][dw-38] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@1b1c7aba[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-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.http.HttpParser][dw-38] invocationID:{InvocationID} - CONTENT --> CONTENT_END
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-38] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.http.HttpParser][dw-38] invocationID:{InvocationID} - CONTENT_END --> END
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-38] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpInput][dw-38] invocationID:{InvocationID} - HttpInputOverHTTP@365c6d8a[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.http.HttpParser][dw-38] invocationID:{InvocationID} - END --> CLOSED
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] invocationID:{InvocationID} - HttpConnection@2dae5518::DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2dae5518::DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=11/30000}
2021-04-10 02:15:44 064 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-38] invocationID:{InvocationID} - recycle HttpChannelState@63837386{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-38] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - >fill SslConnection@3c1056a0::SocketChannelEndPoint@32b9b839{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3c1056a0{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - >flush SslConnection@3c1056a0::SocketChannelEndPoint@32b9b839{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3c1056a0{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] 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-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=12/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-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-38] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=12/30000}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - shutdownOutput: SslConnection@3c1056a0::SocketChannelEndPoint@32b9b839{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=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-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - >flush SslConnection@3c1056a0::SocketChannelEndPoint@32b9b839{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-38] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,CLOSED,fill=-,flush=-,to=12/30000}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-38] invocationID:{InvocationID} - close SocketChannelEndPoint@32b9b839{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-38] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@32b9b839{l=/127.0.0.1:9101,r=/127.0.0.1:58798,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-38] invocationID:{InvocationID} - doClose SocketChannelEndPoint@32b9b839{l=/127.0.0.1:9101,r=/127.0.0.1:58798,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=/127.0.0.1:9101,r=/127.0.0.1:58798,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.FillInterest][dw-38] invocationID:{InvocationID} - onClose FillInterest@20d3c5d5{null}
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - Wakeup ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-38] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@58d89e53 startThread=0
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:44 065 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/0 selected
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-38] invocationID:{InvocationID} - close SocketChannelEndPoint@32b9b839{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@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@58d89e53 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 0 updates
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 0 keys
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-38] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@32b9b839{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@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-38] invocationID:{InvocationID} - ignored: WriteFlusher@5d4c28e9{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-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.FillInterest][dw-38] invocationID:{InvocationID} - onFail FillInterest@5c4f74fd{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-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@32b9b839{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@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-38] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] 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-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-34] invocationID:{InvocationID} - onClose HttpConnection@2dae5518::DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.http.HttpParser][dw-38] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSED,0 of -1}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-38] invocationID:{InvocationID} - close DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-38] invocationID:{InvocationID} - close(null) DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] invocationID:{InvocationID} - HttpConnection@2dae5518::DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@1b1c7aba[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-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.http.HttpParser][dw-38] invocationID:{InvocationID} - parseNext s=CLOSED HeapByteBuffer@1b1c7aba[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-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] invocationID:{InvocationID} - HttpConnection@2dae5518::DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2dae5518::DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-38] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] invocationID:{InvocationID} - HttpConnection@2dae5518::DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000} onFillable exit HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-34] invocationID:{InvocationID} - onClose SslConnection@3c1056a0::SocketChannelEndPoint@32b9b839{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@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@58d89e53 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - SslConnection@3c1056a0{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@1c8477bf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@2dae5518[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@316f712{s=START}]=>HttpChannelOverHttp@67a1d234{s=HttpChannelState@63837386{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-38] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@2c8d18e5 size 1 > capacity
2021-04-10 02:15:44 066 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-38] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@2c8d18e5 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32-acceptor-0@61dd1c3d-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@28c7cc15[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42732]] on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=0 selected=0 updates=0
2021-04-10 02:15:45 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32-acceptor-0@61dd1c3d-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=0 selected=0 updates=1
2021-04-10 02:15:45 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/0 selected
2021-04-10 02:15:45 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:15:45 738 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 1
2021-04-10 02:15:45 739 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update Accept@28c7cc15[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42732]]
2021-04-10 02:15:45 739 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue Accept@28c7cc15[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42732]] startThread=0
2021-04-10 02:15:45 739 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 739 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 739 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run Accept@28c7cc15[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42732]] in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 739 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-35] invocationID:{InvocationID} - SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-04-10 02:15:45 739 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-35] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@26a8a4d0
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-35] invocationID:{InvocationID} - new HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=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@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - New HTTP Connection HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@5f4480d4 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@6a6165ae{AC.ReadCB@3463d676{HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 740 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@11d80a16{SSLC.NBReadCB@64028430{SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@610b3f19 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=2
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Created SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran Accept@28c7cc15[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42732]] in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 2 updates
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 2
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@5f4480d4
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@610b3f19
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:15:45 741 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42732], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=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-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3341]@2021-04-10T02:15:45.742451Z
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@7189a942 offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3341]@2021-04-10T02:15:45.742529Z
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@37bb7075 startThread=0
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@37bb7075 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@7189a942 task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3341]@2021-04-10T02:15:45.74274Z
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@37bb7075 started
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@37bb7075 waiting
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3341]@2021-04-10T02:15:45.742828Z tryProduce true
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 742 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3341]@2021-04-10T02:15:45.74279Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=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-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@11d80a16{SSLC.NBReadCB@64028430{SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >c.onFillable SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - onFillable SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@6a6165ae{AC.ReadCB@3463d676{HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >fill SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 261 HeapByteBuffer@d89a313[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03-0\xD8A1\x12H\xF2\x7f4\xC8u!\xAf...\x81\xDb[8\xA8~\xD9`Z\xEa\xC3fD\x12_\xA2b\xEd\x81$\x9c\x16d>>>J[\x06\xE4\xCf\xFd$\xD6t...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 743 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=261
2021-04-10 02:15:45 744 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill starting handshake SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 744 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@1b1c7aba[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@1b1c7aba[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-04-10 02:15:45 745 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_TASK
2021-04-10 02:15:45 745 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-10 02:15:45 745 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >flush SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 745 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:45 745 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:45 745 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-04-10 02:15:45 745 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 745 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 745 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@64028430{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 6 HeapByteBuffer@d89a313[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03-0\xD8A...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=6
2021-04-10 02:15:45 746 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@1b1c7aba[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@1b1c7aba[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-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[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-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=0
2021-04-10 02:15:45 746 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@1b1c7aba[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@1b1c7aba[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-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >fill SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 367 HeapByteBuffer@d89a313[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03-0\xD8A1\x12H\xF2\x7f4\xC8u!\xAf...\xCdm-\xA1\xDf\xC5\xF1JF\xA0-\xB8\xB4\xBek\xB7W{,RT\xA9\x99>>>\x8f\xE7\xD4\xF2\x81\xD4\x9a\xAcc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=367
2021-04-10 02:15:45 746 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@1b1c7aba[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@1b1c7aba[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-04-10 02:15:45 746 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_TASK
2021-04-10 02:15:45 749 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@26a8a4d0
2021-04-10 02:15:45 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-10 02:15:45 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >flush SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:45 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:45 751 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-04-10 02:15:45 751 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 751 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:45 751 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-04-10 02:15:45 784 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_484,485,467162369)
2021-04-10 02:15:45 784 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_484,485,467162369) has been shutdown
2021-04-10 02:15:45 790 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_481,482,200821305)
2021-04-10 02:15:45 790 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_481,482,200821305) has been shutdown
2021-04-10 02:15:45 793 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_483,484,1182211897)
2021-04-10 02:15:45 793 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_483,484,1182211897) has been shutdown
2021-04-10 02:15:45 796 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_482,483,236727474)
2021-04-10 02:15:45 796 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_482,483,236727474) has been shutdown
2021-04-10 02:15:45 797 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 797 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 797 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:45 797 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-04-10 02:15:45 797 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=56/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 797 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 797 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@64028430{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=57/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 797 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 797 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 797 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=0
2021-04-10 02:15:45 797 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@1b1c7aba[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@1b1c7aba[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-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=57/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=57/30000} filled 0 HeapByteBuffer@1b1c7aba[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-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=57/30000} parse HeapByteBuffer@1b1c7aba[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-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b1c7aba[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-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=57/30000} parsed false HttpParser{s=START,0 of -1}
2021-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=57/30000}
2021-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - fillInterested HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=57/30000}
2021-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@6a6165ae{AC.ReadCB@3463d676{HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@11d80a16{SSLC.NBReadCB@64028430{SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@610b3f19 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:45 798 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 1
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@610b3f19
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@70a4a5f7 size 1 > capacity
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@70a4a5f7 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42732], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=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-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3342]@2021-04-10T02:15:45.799485Z
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@37bb7075 offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3342]@2021-04-10T02:15:45.799525Z
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@1987e8d7 startThread=0
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3342]@2021-04-10T02:15:45.799612Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=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-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@37bb7075 task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3342]@2021-04-10T02:15:45.799657Z
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@1987e8d7 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@11d80a16{SSLC.NBReadCB@64028430{SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@1987e8d7 started
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@1987e8d7 waiting
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3343]@2021-04-10T02:15:45.799797Z tryProduce true
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >c.onFillable SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - onFillable SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@6a6165ae{AC.ReadCB@3463d676{HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:45 799 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 229 HeapByteBuffer@d89a313[p=0,l=229,c=17408,r=229]={<<<\x17\x03\x03\x005Y\xF7\xA0a\x18\x17\x98W}j\r\x1f\x97<\xF8Vf\x8f\xAar...\xC6\x92\x91\xCe\xA5\xBd\xFb\xDf]\xBd\xBdu\x1a\xB4\xE6%i'G8\xDd\xAa\t>>>cH\x84N\xDa\xE3b\xB93...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=229
2021-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 800 DEBUG [jdk.event.security][dw-33] invocationID:{InvocationID} -  TLSHandshake: 10.233.72.120:42732, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@1b1c7aba[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@1b1c7aba[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-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - handshake succeeded SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=171/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=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-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=58,l=229,c=17408,r=171]={\x17\x03\x03\x005\x14\x00\x00 ...K\x9fV\\=t\x0f<<<\x17\x03\x03\x00\xA6\xFa\xC6I&\x96\xBej\x00|\xDf\xA2m1\x90\x00\xB8W#\x1b\xE2...\xC6\x92\x91\xCe\xA5\xBd\xFb\xDf]\xBd\xBdu\x1a\xB4\xE6%i'G8\xDd\xAa\t>>>cH\x84N\xDa\xE3b\xB93...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=0
2021-04-10 02:15:45 800 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>j-\xD2\xB0\xC0\x11\xC1v\xDe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>j-\xD2\xB0\xC0\x11\xC1v\xDe...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3463d676[p=HttpParser{s=START,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=2/30000} filled 149 HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>j-\xD2\xB0\xC0\x11\xC1v\xDe...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>j-\xD2\xB0\xC0\x11\xC1v\xDe...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>j-\xD2\xB0\xC0\x11\xC1v\xDe...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - START --> SPACE1
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - SPACE1 --> URI
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - URI --> SPACE2
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER --> CONTENT
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - REQUEST for //10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.72.94:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=3/30000}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - handle //10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - handling HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-33] invocationID:{InvocationID} - Host 10.233.72.94 with SNI null
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-33] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck)@38692f9f in null
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-33] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-33] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - chain=customFilter@7f2b39a==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter customFilter@7f2b39a==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-04-10 02:15:45 801 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Entering.
2021-04-10 02:15:45 801 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-04-10 02:15:45 801 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 04ccdcd2-59ce-4097-bdd0-09a8d5036af4
2021-04-10 02:15:45 801 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Invoking synchronously ... 
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-04-10 02:15:45 801 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck)@38692f9f
2021-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@3856c90c exclude no deflater
2021-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@1af3a0da[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@3c142203{null}
2021-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Sat, 10 Apr 2021 02:15:45 GMT
X-TransactionID: 04ccdcd2-59ce-4097-bdd0-09a8d5036af4
X-InvocationID: 8d3491f2-8032-4a13-937b-d7e24f70a2f3
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@4d70f7c9[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@43e059c2] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@1af3a0da[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-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 10 Apr 2021 02:15:45 GMT
X-TransactionID: 04ccdcd2-59ce-4097-bdd0-09a8d5036af4
X-InvocationID: 8d3491f2-8032-4a13-937b-d7e24f70a2f3
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@4d70f7c9[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@43e059c2] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4412d414{IDLE}->null [HeapByteBuffer@1e9211e4[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@1af3a0da[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-04-10 02:15:45 802 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4412d414{WRITING}->null:IDLE-->WRITING
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=COMPLETING}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1e9211e4[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-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@1af3a0da[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-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=COMPLETING}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=COMPLETING}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4412d414{WRITING}->null
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4412d414{IDLE}->null:WRITING-->IDLE
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@4d70f7c9[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@43e059c2] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@4d70f7c9[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@43e059c2] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=5/30000}
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 803 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@11d80a16{SSLC.NBReadCB@64028430{SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}}
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@610b3f19 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:15:45 804 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=fc85b116-8cfa-4f34-87a2-2bd3ea76122d, referenceCounter=0, store size=0} on thread dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 1
2021-04-10 02:15:45 804 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Exiting.
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@610b3f19
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:15:45 804 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.94:9101 remote=/10.233.72.120:42732], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3343]@2021-04-10T02:15:45.80546Z
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@1987e8d7 offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3343]@2021-04-10T02:15:45.805623Z
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@19f6799d startThread=0
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@19f6799d in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@19f6799d started
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@1987e8d7 task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}][pc=0,pic=0,pec=6,epc=3343]@2021-04-10T02:15:45.805887Z
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@19f6799d waiting
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-37] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3343]@2021-04-10T02:15:45.80593Z tryProduce true
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3343]@2021-04-10T02:15:45.805811Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING/BLOCKING
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:45 805 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 806 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-04-10 02:15:45 806 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 806 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@11d80a16{SSLC.NBReadCB@64028430{SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}}
2021-04-10 02:15:45 806 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >c.onFillable SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-04-10 02:15:45 806 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - onFillable SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-04-10 02:15:45 806 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@6a6165ae{null}
2021-04-10 02:15:45 806 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - FillInterest@6a6165ae{null} lost race null
2021-04-10 02:15:45 806 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@3463d676[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@409bdbad{s=END}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-04-10 02:15:45 806 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@37bb7075 size 1 > capacity
2021-04-10 02:15:45 806 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@37bb7075 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 810 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9}
2021-04-10 02:15:45 810 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@4bee126e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-04-10 02:15:45 810 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4bee126e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:45 810 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9}
2021-04-10 02:15:45 810 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - completed HttpChannelState@4bee126e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:45 810 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@4bee126e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:45 810 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4bee126e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:45 810 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9}
2021-04-10 02:15:45 810 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-04-10 02:15:45 810 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - recycle HttpChannelState@4bee126e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.72.120 - - [10/Apr/2021:02:15:45 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 9
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 24 HeapByteBuffer@d89a313[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xCa\x83\xC0\x15\x08\x0c\xB0/\xDf\xFcl\xBa\x88\n\xF5\xDa\xFd\x93^>>>\xA0u\x8d\x83g\xDa\x07\xEb\xC5...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=24
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=13/30000} filled -1 HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=13/30000}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=13/30000}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - shutdownOutput: SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=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-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - ensureFillInterested SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - interested FillInterest@11d80a16{SSLC.NBReadCB@64028430{SslConnection@64028430::SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@610b3f19 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 1
2021-04-10 02:15:45 811 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@610b3f19
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - doClose SocketChannelEndPoint@20378971{l=/10.233.72.94:9101,r=/10.233.72.120:42732,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=/10.233.72.94:9101,r=/10.233.72.120:42732,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - onClose FillInterest@11d80a16{SSLC.NBReadCB@64028430{SslConnection@64028430::SocketChannelEndPoint@20378971{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[closed], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@20378971{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - onFillableFail SslConnection@64028430::SocketChannelEndPoint@20378971{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-37] invocationID:{InvocationID} - close SocketChannelEndPoint@20378971{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - onFail FillInterest@6a6165ae{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-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-37] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@20378971{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Wakeup ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=1 updates=0
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@590be2af startThread=0
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - onClose FillInterest@6a6165ae{null}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@20378971{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{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-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-38] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@590be2af in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/0 selected
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 0 updates
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 0 keys
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} onFillable exit HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@20378971{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@7189a942 size 1 > capacity
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-38] invocationID:{InvocationID} - onClose HttpConnection@3463d676::DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@7189a942 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 812 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-38] invocationID:{InvocationID} - onClose SslConnection@64028430::SocketChannelEndPoint@20378971{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@64028430{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@570e6663{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@3463d676[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@409bdbad{s=START}]=>HttpChannelOverHttp@23a90cb2{s=HttpChannelState@4bee126e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 814 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-38] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@590be2af in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32-acceptor-0@61dd1c3d-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@650fd9a4[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42738]] on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=0 selected=0 updates=0
2021-04-10 02:15:45 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32-acceptor-0@61dd1c3d-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=0 selected=0 updates=1
2021-04-10 02:15:45 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/0 selected
2021-04-10 02:15:45 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:15:45 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 1
2021-04-10 02:15:45 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - update Accept@650fd9a4[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42738]]
2021-04-10 02:15:45 836 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - queue Accept@650fd9a4[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42738]] startThread=0
2021-04-10 02:15:45 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 837 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run Accept@650fd9a4[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42738]] in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 837 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-35] invocationID:{InvocationID} - SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-04-10 02:15:45 837 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-35] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@1efe8067
2021-04-10 02:15:45 837 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-35] invocationID:{InvocationID} - new HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=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@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-10 02:15:45 837 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - New HTTP Connection HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:15:45 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@e25d0ab on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@4c44648e{AC.ReadCB@7cf8e121{HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@6cc44525{SSLC.NBReadCB@1cbb913d{SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@2cb603f9 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=2
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 2 updates
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 2
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@e25d0ab
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Created SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@2cb603f9
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran Accept@650fd9a4[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42738]] in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42738], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=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-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3344]@2021-04-10T02:15:45.839673Z
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@19f6799d offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3344]@2021-04-10T02:15:45.839723Z
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@d9d99be startThread=0
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@19f6799d task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3344]@2021-04-10T02:15:45.839844Z
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3344]@2021-04-10T02:15:45.839915Z tryProduce true
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-37] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3344]@2021-04-10T02:15:45.839868Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=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-04-10 02:15:45 839 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@d9d99be in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - fillable FillInterest@6cc44525{SSLC.NBReadCB@1cbb913d{SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@d9d99be started
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >c.onFillable SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@d9d99be waiting
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - onFillable SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - fillable FillInterest@4c44648e{AC.ReadCB@7cf8e121{HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >fill SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - filled 261 HeapByteBuffer@d89a313[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xA0\x80\xB8H\x1a\x0f\xC9""b\xD7BI2...\x92Re\xBa\xAd@\xF9\xA9\x1c\xD1\xC6}\xB4G#\xB6(\x8b\xF5,\x0b8+>>>\x93\xE7\xDc\x04\x8f\xD1\xD6\x83\xCe...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net filled=261
2021-04-10 02:15:45 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill starting handshake SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] 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@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_TASK
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >flush SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] 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-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@1cbb913d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - filled 6 HeapByteBuffer@d89a313[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xA0\x80\xB8H...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net filled=6
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] 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@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - filled 367 HeapByteBuffer@d89a313[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xA0\x80\xB8H\x1a\x0f\xC9""b\xD7BI2...\x04H\x7f\xF3A@7S6\xE1\xBb\x91\xEbxF\xBf\x13\x8c\x8a\xF0\xC9\xA8\x19>>>\x8f\xE7\xD4\xF2\x81\xD4\x9a\xAcc...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net filled=367
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] 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@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_TASK
2021-04-10 02:15:45 845 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-37] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@1efe8067
2021-04-10 02:15:45 847 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >flush SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] 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-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] 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-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@1cbb913d{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net filled=0
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] 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@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >fill SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net filled=0
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] 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@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000} filled 0 HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.http.HttpParser][dw-37] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=START,0 of -1}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - fillInterested HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=10/30000}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - interested FillInterest@4c44648e{AC.ReadCB@7cf8e121{HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - interested FillInterest@6cc44525{SSLC.NBReadCB@1cbb913d{SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@2cb603f9 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@1987e8d7 size 1 > capacity
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@1987e8d7 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 1
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@2cb603f9
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42738], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-04-10 02:15:45 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=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-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3345]@2021-04-10T02:15:45.8502Z
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@d9d99be offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3345]@2021-04-10T02:15:45.85029Z
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@36026543 startThread=0
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@36026543 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@36026543 started
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@36026543 waiting
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@d9d99be task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}][pc=0,pic=0,pec=6,epc=3345]@2021-04-10T02:15:45.850513Z
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3345]@2021-04-10T02:15:45.850451Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=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-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3346]@2021-04-10T02:15:45.850607Z tryProduce true
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@6cc44525{SSLC.NBReadCB@1cbb913d{SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >c.onFillable SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 850 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillable SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 851 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@4c44648e{AC.ReadCB@7cf8e121{HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-04-10 02:15:45 851 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:45 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 851 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 229 HeapByteBuffer@d89a313[p=0,l=229,c=17408,r=229]={<<<\x17\x03\x03\x005\x02l\xB6-N9\x7f\xBfU\x16\xCc=\r|\xB7\x12\x8c\xF5\xC3#...\x08m\x1a'\xDeF\xE1N\xE2\x91'\x9e?\x0b\xAf\x0c\xC0\xD0\x9c^\xF4U\x1f>>>\x07B\xC6\x9f\xE4\xC4\x00l'...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=229
2021-04-10 02:15:45 852 DEBUG [jdk.event.security][dw-34] invocationID:{InvocationID} -  TLSHandshake: 10.233.72.120:42738, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-04-10 02:15:45 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#Q\xCf\xD3s...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - handshake succeeded SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=171/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=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-04-10 02:15:45 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-10 02:15:45 852 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=58,l=229,c=17408,r=171]={\x17\x03\x03\x005\x14\x00\x00 ...\x1a`\xF42)Q\xE5<<<\x17\x03\x03\x00\xA6\xA77x\x0e\xA1\x03\xB3\xCd#\xE1\xC5\xC3Z\xD0sM\xFf\x1e\xD0\x9e...\x08m\x1a'\xDeF\xE1N\xE2\x91'\x9e?\x0b\xAf\x0c\xC0\xD0\x9c^\xF4U\x1f>>>\x07B\xC6\x9f\xE4\xC4\x00l'...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>\x14\x81\xA2\xF5\xB97hg\xC8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>\x14\x81\xA2\xF5\xB97hg\xC8...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=START,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=4/30000} filled 149 HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>\x14\x81\xA2\xF5\xB97hg\xC8...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>\x14\x81\xA2\xF5\xB97hg\xC8...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>\x14\x81\xA2\xF5\xB97hg\xC8...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - START --> SPACE1
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - SPACE1 --> URI
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - URI --> SPACE2
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER --> CONTENT
2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - REQUEST for //10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.72.94:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-04-10 02:15:45 853 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=5/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=5/30000}
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - handle //10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - handling HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-34] invocationID:{InvocationID} - Host 10.233.72.94 with SNI null
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.server.Server][dw-34] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-34] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck)@4558f57a in null
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-34] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-34] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - chain=customFilter@7f2b39a==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-10 02:15:45 854 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - call filter customFilter@7f2b39a==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-04-10 02:15:45 854 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Entering.
2021-04-10 02:15:45 854 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-04-10 02:15:45 854 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 34d3a8e1-5d14-4c30-bd4d-4d97f936aeb3
2021-04-10 02:15:45 855 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Invoking synchronously ... 
2021-04-10 02:15:45 855 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-04-10 02:15:45 855 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-04-10 02:15:45 855 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck)@4558f57a
2021-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@3677f7f9 exclude no deflater
2021-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@632967dd[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@46a42e86{null}
2021-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Sat, 10 Apr 2021 02:15:45 GMT
X-TransactionID: 34d3a8e1-5d14-4c30-bd4d-4d97f936aeb3
X-InvocationID: 3124e891-4ab7-4249-9fcc-ea9a915d053a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@4455f00d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4d140f41] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@632967dd[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-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 10 Apr 2021 02:15:45 GMT
X-TransactionID: 34d3a8e1-5d14-4c30-bd4d-4d97f936aeb3
X-InvocationID: 3124e891-4ab7-4249-9fcc-ea9a915d053a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@4455f00d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4d140f41] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@65ab8eb1{IDLE}->null [HeapByteBuffer@1e9211e4[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@632967dd[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-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@65ab8eb1{WRITING}->null:IDLE-->WRITING
2021-04-10 02:15:45 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=COMPLETING}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1e9211e4[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-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@632967dd[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-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=COMPLETING}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=COMPLETING}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@65ab8eb1{WRITING}->null
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@65ab8eb1{IDLE}->null:WRITING-->IDLE
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@4455f00d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4d140f41] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@4455f00d[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4d140f41] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=8/30000}
2021-04-10 02:15:45 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@6cc44525{SSLC.NBReadCB@1cbb913d{SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}}
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@2cb603f9 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:15:45 859 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=eb0b924c-fd5c-40a9-b1ad-f0848c336152, referenceCounter=0, store size=0} on thread dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-04-10 02:15:45 859 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Exiting.
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 1
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@2cb603f9
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.Server][dw-34] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - unhandle HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@77ecbc1e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - completed HttpChannelState@77ecbc1e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - unhandle HttpChannelState@77ecbc1e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@77ecbc1e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
10.233.72.120 - - [10/Apr/2021:02:15:45 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.94:9101 remote=/10.233.72.120:42738], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - recycle HttpChannelState@77ecbc1e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@778e72b7{s=END}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 24 HeapByteBuffer@d89a313[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13#V\x1c\x82\x83\r\xDb\x19\xE0\x97t\xB4\x86Sqh\xFb\xBd\xF4>>>\xB2z\xC3\x0b\xEc\x898J!...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=24
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=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-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3346]@2021-04-10T02:15:45.859817Z
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=-,flush=-,to=11/30000} filled -1 HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@36026543 offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3346]@2021-04-10T02:15:45.859932Z
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=-,flush=-,to=11/30000}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=-,flush=-,to=11/30000}
2021-04-10 02:15:45 859 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@3a3e4be0 startThread=0
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - shutdownOutput: SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=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-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - ensureFillInterested SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@3a3e4be0 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@3a3e4be0 started
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3346]@2021-04-10T02:15:45.86005Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=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-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@3a3e4be0 waiting
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@36026543 task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}][pc=0,pic=0,pec=6,epc=3346]@2021-04-10T02:15:45.860142Z
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3346]@2021-04-10T02:15:45.860236Z tryProduce true
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - doClose SocketChannelEndPoint@7fd3c626{l=/10.233.72.94:9101,r=/10.233.72.120:42738,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=/10.233.72.94:9101,r=/10.233.72.120:42738,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onClose FillInterest@6cc44525{SSLC.NBReadCB@1cbb913d{SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{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@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@6cc44525{SSLC.NBReadCB@1cbb913d{SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{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@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillableFail SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{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@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - FillInterest@6cc44525{null} lost race null
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@7fd3c626{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onFail FillInterest@4c44648e{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-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@d9d99be size 1 > capacity
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Wakeup ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=1 updates=0
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@21c4c9c startThread=0
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@d9d99be in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onClose FillInterest@4c44648e{null}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-38] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@21c4c9c in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{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-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@7fd3c626{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@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - close SocketChannelEndPoint@7fd3c626{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@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-38] invocationID:{InvocationID} - onClose HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@7cf8e121::DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-38] invocationID:{InvocationID} - onClose SslConnection@1cbb913d::SocketChannelEndPoint@7fd3c626{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@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@19f6799d size 1 > capacity
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-38] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@21c4c9c in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@19f6799d in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:45 861 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7fd3c626{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@1cbb913d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@166fb633{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@7cf8e121[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@778e72b7{s=START}]=>HttpChannelOverHttp@4f27a114{s=HttpChannelState@77ecbc1e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/0 selected
2021-04-10 02:15:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 0 updates
2021-04-10 02:15:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 0 keys
2021-04-10 02:15:55 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32-acceptor-0@61dd1c3d-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@6ee2c666[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42880]] on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=0 selected=0 updates=0
2021-04-10 02:15:55 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32-acceptor-0@61dd1c3d-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=0 selected=0 updates=1
2021-04-10 02:15:55 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:55 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/0 selected
2021-04-10 02:15:55 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:15:55 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 1
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update Accept@6ee2c666[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42880]]
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - queue Accept@6ee2c666[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42880]] startThread=0
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run Accept@6ee2c666[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42880]] in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-35] invocationID:{InvocationID} - SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-35] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@47a6a69d
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-35] invocationID:{InvocationID} - new HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=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@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@21f38948 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@423ce749{AC.ReadCB@1a7cb7b{HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@7fb88f8f{SSLC.NBReadCB@36bd1190{SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@21d73079 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=2
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Created SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 2 updates
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 2
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran Accept@6ee2c666[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42880]] in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@21f38948
2021-04-10 02:15:55 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@21d73079
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42880], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=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-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3347]@2021-04-10T02:15:55.838761Z
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@3a3e4be0 offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3347]@2021-04-10T02:15:55.838856Z
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:15:55 838 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@22d8ea2e startThread=0
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@22d8ea2e in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@22d8ea2e started
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@3a3e4be0 task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3347]@2021-04-10T02:15:55.839038Z
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@22d8ea2e waiting
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3347]@2021-04-10T02:15:55.839166Z tryProduce true
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3347]@2021-04-10T02:15:55.839115Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=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-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@7fb88f8f{SSLC.NBReadCB@36bd1190{SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >c.onFillable SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - onFillable SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@423ce749{AC.ReadCB@1a7cb7b{HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >fill SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 839 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-10 02:15:55 840 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 261 HeapByteBuffer@d89a313[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x9c\xE6?Qkc\xC8]\xF1\xE2AE\xF4\x1a...\xE2a\xFb\x13S\x18\xB1\xE5\x92\xEe\xC2\x1dh\x91\x1b\x82+f\x1c\xDb\xE0\x14U>>>>G\x1d.V\xDe\x90\x82@...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=261
2021-04-10 02:15:55 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill starting handshake SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 840 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_TASK
2021-04-10 02:15:55 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-10 02:15:55 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >flush SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:55 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:55 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-04-10 02:15:55 841 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:55 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@36bd1190{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 841 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:55 842 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 373 HeapByteBuffer@d89a313[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x9c\xE6?Qkc\xC8]...v/\x1c\xAf\x15bM\xDbp\xDcC\xB8\x1a\x85\xC6\xE0\xAe\xD6\xDb\xE0\x17\xCb\xA3>>>\x9a\xAccs\xCeo\xE4v....\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=373
2021-04-10 02:15:55 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:55 842 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x9c\xE6?Qkc\xC8]\xF1\xE2AE\xF4\x1a...v/\x1c\xAf\x15bM\xDbp\xDcC\xB8\x1a\x85\xC6\xE0\xAe\xD6\xDb\xE0\x17\xCb\xA3>>>\x9a\xAccs\xCeo\xE4v....\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=0
2021-04-10 02:15:55 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_TASK
2021-04-10 02:15:55 846 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-36] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@47a6a69d
2021-04-10 02:15:55 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-10 02:15:55 848 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >flush SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] 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-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] 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-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@36bd1190{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=0
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >fill SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=0
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-10 02:15:55 849 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=12/30000}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-36] invocationID:{InvocationID} - fillInterested HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=12/30000}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@423ce749{AC.ReadCB@1a7cb7b{HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - interested FillInterest@7fb88f8f{SSLC.NBReadCB@36bd1190{SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@21d73079 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 1
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@21d73079
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@36026543 size 1 > capacity
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@36026543 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:42880], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=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-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3348]@2021-04-10T02:15:55.850817Z
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@22d8ea2e offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3348]@2021-04-10T02:15:55.850859Z
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@138f98f8 startThread=0
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@138f98f8 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3348]@2021-04-10T02:15:55.850929Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=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-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@22d8ea2e task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3348]@2021-04-10T02:15:55.850966Z
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@138f98f8 started
2021-04-10 02:15:55 850 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@138f98f8 waiting
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-37] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3349]@2021-04-10T02:15:55.851004Z tryProduce true
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@7fb88f8f{SSLC.NBReadCB@36bd1190{SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >c.onFillable SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - onFillable SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@423ce749{AC.ReadCB@1a7cb7b{HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 229 HeapByteBuffer@d89a313[p=0,l=229,c=17408,r=229]={<<<\x17\x03\x03\x005\xDb\xB9\x9eD\xDd\xD6\x89\xB9\xCbb1yG\xA3p\x8f\xC0\n\xE6\xE0....y#\x9eD\x1a\xF7\xB8GB])aJJINH\xB8\xCfQpa>>>\x00C\x13\x01\xF2\x92\xDc\xCa~...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=229
2021-04-10 02:15:55 851 DEBUG [jdk.event.security][dw-33] invocationID:{InvocationID} -  TLSHandshake: 10.233.72.120:42880, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xAbY\xCa\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - handshake succeeded SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=171/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=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-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=58,l=229,c=17408,r=171]={\x17\x03\x03\x005\x14\x00\x00 ...\xEb\xB2\xD0i,{\xCc<<<\x17\x03\x03\x00\xA6\xEb\xDb\xFa\xB9B\xF2\xD4TY\xC45\xFb\xEc\xBc\xA5\x9e\x8c\n|\x92....y#\x9eD\x1a\xF7\xB8GB])aJJINH\xB8\xCfQpa>>>\x00C\x13\x01\xF2\x92\xDc\xCa~...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=0
2021-04-10 02:15:55 851 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>\xFf\xE7\xFe\xBd\xDbT\xB2;]...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>\xFf\xE7\xFe\xBd\xDbT\xB2;]...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=2/30000} filled 149 HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>\xFf\xE7\xFe\xBd\xDbT\xB2;]...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>\xFf\xE7\xFe\xBd\xDbT\xB2;]...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b1c7aba[p=0,l=149,c=17408,r=149]={<<>>\xFf\xE7\xFe\xBd\xDbT\xB2;]...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - START --> SPACE1
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - SPACE1 --> URI
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - URI --> SPACE2
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER --> CONTENT
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - REQUEST for //10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.72.94:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=2/30000}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - handle //10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - handling HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-33] invocationID:{InvocationID} - Host 10.233.72.94 with SNI null
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-33] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck)@52e0fd02 in null
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-33] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-33] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@bfc14b9{/,null,AVAILABLE}
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - chain=customFilter@7f2b39a==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter customFilter@7f2b39a==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-04-10 02:15:55 852 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Entering.
2021-04-10 02:15:55 852 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-04-10 02:15:55 852 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 548d5019-9f4f-45b2-afba-a03f8e69aa54
2021-04-10 02:15:55 852 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Invoking synchronously ... 
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a572ea0@7a572ea0==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-70b33256@70b33256==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-04-10 02:15:55 852 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-38087342@eca1cc65==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@1e734eee{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck)@52e0fd02
2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@80313e exclude no deflater
2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@698a51b[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@69bfa568{null}
2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
200 OK HTTP/1.1
Connection: close
Date: Sat, 10 Apr 2021 02:15:55 GMT
X-TransactionID: 548d5019-9f4f-45b2-afba-a03f8e69aa54
X-InvocationID: c17a6794-3599-4327-a049-4903b6b7d296
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@3ce25db0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3d6a82d3] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@698a51b[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-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 10 Apr 2021 02:15:55 GMT
X-TransactionID: 548d5019-9f4f-45b2-afba-a03f8e69aa54
X-InvocationID: c17a6794-3599-4327-a049-4903b6b7d296
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@3ce25db0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3d6a82d3] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@7e994818{IDLE}->null [HeapByteBuffer@1e9211e4[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@698a51b[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-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@7e994818{WRITING}->null:IDLE-->WRITING
2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=W,to=3/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=COMPLETING}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1e9211e4[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-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@698a51b[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-04-10 02:15:55 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=COMPLETING}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=COMPLETING}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@7e994818{WRITING}->null
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@7e994818{IDLE}->null:WRITING-->IDLE
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@3ce25db0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3d6a82d3] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@3ce25db0[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3d6a82d3] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=4/30000}
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:55 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@7fb88f8f{SSLC.NBReadCB@36bd1190{SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@21d73079 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:15:55 855 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=03950101-4ce3-4fce-a1e0-f24326fe15cd, referenceCounter=0, store size=0} on thread dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 1
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@21d73079
2021-04-10 02:15:55 855 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Exiting.
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@15304d33{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@15304d33{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - completed HttpChannelState@15304d33{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.72.94:9101 remote=/10.233.72.120:42880], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@15304d33{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@15304d33{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.72.94:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - recycle HttpChannelState@15304d33{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@7d7f078e{s=END}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=3}:runFillable:BLOCKING
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
10.233.72.120 - - [10/Apr/2021:02:15:55 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 3
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3349]@2021-04-10T02:15:55.855793Z
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@138f98f8 offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3349]@2021-04-10T02:15:55.855872Z
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 24 HeapByteBuffer@d89a313[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13/X^\x00\xCa\xBcq\x17l\x84\xC9\xDaY\n\xCe\x0b\x993\xAb>>>\xFf\xA6\xC0\x13!\xE3&\xBbz...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=24
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@335e08b5 startThread=0
2021-04-10 02:15:55 855 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-38] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@335e08b5 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@138f98f8 task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3349]@2021-04-10T02:15:55.856015Z
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3349]@2021-04-10T02:15:55.856057Z tryProduce true
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-38] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@335e08b5 started
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=6/30000}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-38] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@335e08b5 waiting
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=6/30000}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-37] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3349]@2021-04-10T02:15:55.856044Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=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-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - shutdownOutput: SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=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-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - ensureFillInterested SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - fillable FillInterest@7fb88f8f{SSLC.NBReadCB@36bd1190{SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >c.onFillable SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-37] invocationID:{InvocationID} - close DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,CLOSED,fill=-,flush=-,to=6/30000}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - doClose SocketChannelEndPoint@28a9d712{l=/10.233.72.94:9101,r=/10.233.72.120:42880,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-37] invocationID:{InvocationID} - close(null) DecryptedEndPoint@734709c0{l=/10.233.72.94:9101,r=/10.233.72.120:42880,CLOSED,fill=-,flush=-,to=6/30000}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - onClose FillInterest@7fb88f8f{null}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Wakeup ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6a193646 startThread=0
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - onClose FillInterest@423ce749{null}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/0 selected
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 0 updates
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6a193646 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 0 keys
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - onFillable SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{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@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - fillable FillInterest@423ce749{null}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - FillInterest@423ce749{null} lost race null
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@28a9d712{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@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@3a3e4be0 size 1 > capacity
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-34] invocationID:{InvocationID} - onClose HttpConnection@1a7cb7b::DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@3a3e4be0 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@22d8ea2e size 1 > capacity
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-34] invocationID:{InvocationID} - onClose SslConnection@36bd1190::SocketChannelEndPoint@28a9d712{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@36bd1190{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@734709c0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@1a7cb7b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@7d7f078e{s=START}]=>HttpChannelOverHttp@9052e21{s=HttpChannelState@15304d33{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@22d8ea2e in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:15:55 856 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6a193646 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:16:05 836 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32-acceptor-0@61dd1c3d-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@6c3cce9e[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:43032]] on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=0 selected=0 updates=0
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32-acceptor-0@61dd1c3d-RuleActiveApp@10131289{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=0 selected=0 updates=1
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/0 selected
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 1
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update Accept@6c3cce9e[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:43032]]
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue Accept@6c3cce9e[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:43032]] startThread=0
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run Accept@6c3cce9e[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:43032]] in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:16:05 837 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-35] invocationID:{InvocationID} - SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-04-10 02:16:05 838 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-35] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@132bdde
2021-04-10 02:16:05 838 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-35] invocationID:{InvocationID} - new HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=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@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-04-10 02:16:05 838 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:16:05 838 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@4c1ec166 on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:16:05 838 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 838 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 838 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:16:05 838 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}
2021-04-10 02:16:05 838 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@37046416{AC.ReadCB@1af1f536{HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@dab9661{SSLC.NBReadCB@679e8658{SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@1e947dca on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=2
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Created SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran Accept@6c3cce9e[java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:43032]] in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 2 updates
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 2
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x000000010064f840@4c1ec166
2021-04-10 02:16:05 839 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@1e947dca
2021-04-10 02:16:05 840 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 840 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-04-10 02:16:05 840 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:16:05 840 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:16:05 840 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:16:05 840 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:43032], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-04-10 02:16:05 840 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=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-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3350]@2021-04-10T02:16:05.841281Z
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@335e08b5 offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3350]@2021-04-10T02:16:05.841403Z
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@6c596300 startThread=0
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@6c596300 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@6c596300 started
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@6c596300 waiting
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-38] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@335e08b5 task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}][pc=0,pic=0,pec=6,epc=3350]@2021-04-10T02:16:05.841772Z
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-38] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3350]@2021-04-10T02:16:05.841915Z tryProduce true
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3350]@2021-04-10T02:16:05.841846Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=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-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - updateable 0
2021-04-10 02:16:05 841 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - updates 0
2021-04-10 02:16:05 842 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@dab9661{SSLC.NBReadCB@679e8658{SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:16:05 842 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-38] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 842 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:16:05 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >c.onFillable SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - onFillable SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 842 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@37046416{AC.ReadCB@1af1f536{HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-04-10 02:16:05 842 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:16:05 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >fill SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 842 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-04-10 02:16:05 843 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 261 HeapByteBuffer@d89a313[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xEe\xC6i\x99"EP\x91::\x05\x9c=\xCe...v\xD5b\xBb\xD6\x82a\xDe\xAeW;\xF0)\x02\xDd\xAd\x86s,\x08\x1b\xF7\x1d>>>\xDd.\xCf\x13k\x1eV\x05T...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 843 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=261
2021-04-10 02:16:05 843 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill starting handshake SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 844 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@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_TASK
2021-04-10 02:16:05 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-10 02:16:05 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >flush SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:16:05 844 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:16:05 844 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-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@679e8658{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 373 HeapByteBuffer@d89a313[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xEe\xC6i\x99"EP\x91...\xA6\x02x\x0e\xFd*\xF0\x88\x95\xB1`\xBf\x9e.Q\xD2a\xF3\xEd\x00B\x89\xD8>>>\x9a\xAccs\xCeo\xE4v....\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=373
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xEe\xC6i\x99"EP\x91::\x05\x9c=\xCe...\xA6\x02x\x0e\xFd*\xF0\x88\x95\xB1`\xBf\x9e.Q\xD2a\xF3\xEd\x00B\x89\xD8>>>\x9a\xAccs\xCeo\xE4v....\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=0
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 845 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_TASK
2021-04-10 02:16:05 849 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@132bdde
2021-04-10 02:16:05 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_WRAP
2021-04-10 02:16:05 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >flush SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@34fe3772[p=0,l=0,c=0,r=0]={<<<>>>}
2021-04-10 02:16:05 852 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:16:05 852 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-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:16:05 853 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-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@679e8658{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 853 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=0
2021-04-10 02:16:05 853 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@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >fill SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 0 HeapByteBuffer@d89a313[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=0
2021-04-10 02:16:05 854 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@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=15/30000} filled 0 HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00} {}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@1b1c7aba[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xDfy\xF34...\x00\x00\x00\x00\x00\x00\x00}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=START,0 of -1}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=15/30000}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - fillInterested HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=15/30000}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@37046416{AC.ReadCB@1af1f536{HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 854 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@dab9661{SSLC.NBReadCB@679e8658{SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@1e947dca on ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=0
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@5f6e2ad9{STARTED} id=0 keys=1 selected=0 updates=1
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken with none selected
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 0/0/1 selected
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 0 keys, 1 updates
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - updateable 1
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100619440@1e947dca
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@138f98f8 size 1 > capacity
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@138f98f8 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}]
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-38] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - updates 0
2021-04-10 02:16:05 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 waiting with 1 keys
2021-04-10 02:16:05 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 woken up from select, 1/1/1 selected
2021-04-10 02:16:05 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@5029114 processing 1 keys, 0 updates
2021-04-10 02:16:05 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-38] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.72.94:9101 remote=/10.233.72.120:43032], selector=sun.nio.ch.EPollSelectorImpl@5029114, interestOps=1, readyOps=1 SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-04-10 02:16:05 856 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-38] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-38] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=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-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-38] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0} tryExecute EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}][pc=0,pic=0,pec=6,epc=3351]@2021-04-10T02:16:05.857129Z
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-38] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}@6c596300 offer EatWhatYouKill@3355168/SelectorProducer@37a3ec27/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=0}][pc=0,pic=0,pec=6,epc=3351]@2021-04-10T02:16:05.85717Z
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-38] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1} startReservedThread p=1
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-38] invocationID:{InvocationID} - queue ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@30bcc457 startThread=0
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-38] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3351]@2021-04-10T02:16:05.857266Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=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-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@6c596300 task=EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3351]@2021-04-10T02:16:05.857304Z
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@3355168/SelectorProducer@37a3ec27/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}][pc=0,pic=0,pec=6,epc=3352]@2021-04-10T02:16:05.857363Z tryProduce true
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}@30bcc457 in InstrumentedQueuedThreadPool[dw]@48cdb156{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2d4fb0d8{s=0/1,p=1}]
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.io.FillInterest][dw-38] invocationID:{InvocationID} - fillable FillInterest@dab9661{SSLC.NBReadCB@679e8658{SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=1}@30bcc457 started
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@2d4fb0d8{s=1/1,p=0}@30bcc457 waiting
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 0
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - >c.onFillable SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - onFillable SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.io.FillInterest][dw-38] invocationID:{InvocationID} - fillable FillInterest@37046416{AC.ReadCB@1af1f536{HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-38] invocationID:{InvocationID} - HttpConnection@1af1f536::DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChannelOverHttp@3acd8e80{s=HttpChannelState@22812558{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-04-10 02:16:05 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-38] invocationID:{InvocationID} - >fill SslConnection@679e8658::SocketChannelEndPoint@241110ba{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@679e8658{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@eb97572{l=/10.233.72.94:9101,r=/10.233.72.120:43032,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1af1f536[p=HttpParser{s=START,0 of -1},g=HttpGenerator@22c97d3c{s=START}]=>HttpChanne