Results

By type

          	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:50)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
	at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249)
	at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54)
	at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.postgresql.util.PSQLException: ERROR: relation "aplus_rule" does not exist
  Position: 15
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01 [statement:"SELECT * FROM APLUS_RULE ", located:"SELECT * FROM APLUS_RULE ", rewritten:"SELECT * FROM APLUS_RULE ", arguments:{ positional:{}, named:{}, finder:[]}]
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1338)
	at org.skife.jdbi.v2.Query.fold(Query.java:173)
	at org.skife.jdbi.v2.Query.list(Query.java:82)
	at org.skife.jdbi.v2.Query.list(Query.java:75)
	at org.onap.holmes.rulemgt.db.CorrelationRuleQueryDao.getCorrelationRulesByCondition(CorrelationRuleQueryDao.java:53)
	... 71 common frames omitted
Caused by: org.postgresql.util.PSQLException: ERROR: relation "aplus_rule" does not exist
  Position: 15
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2532)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2267)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:312)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:448)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:369)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:153)
	at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:142)
	at jdk.internal.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114)
	at com.sun.proxy.$Proxy81.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 75 common frames omitted
2021-08-22 07:30:15 927 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Starting mapping of the exception.
javax.ws.rs.WebApplicationException: HTTP 499 
	at org.onap.holmes.common.utils.ExceptionUtil.buildExceptionResponse(ExceptionUtil.java:32)
	at org.onap.holmes.rulemgt.resources.RuleMgtResources.getCorrelationRules(RuleMgtResources.java:140)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:50)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
	at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249)
	at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54)
	at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-22 07:30:15 927 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - WebApplicationException (WAE) with non-null entity thrown. Response with status 499 is directly generated from the WAE.
javax.ws.rs.WebApplicationException: HTTP 499 
	at org.onap.holmes.common.utils.ExceptionUtil.buildExceptionResponse(ExceptionUtil.java:32)
	at org.onap.holmes.rulemgt.resources.RuleMgtResources.getCorrelationRules(RuleMgtResources.java:140)
	at jdk.internal.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319)
	at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205)
	at io.dropwizard.jetty.NonblockingServletHolder.handle(NonblockingServletHolder.java:50)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1617)
	at io.dropwizard.servlets.ThreadNameFilter.doFilter(ThreadNameFilter.java:35)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.handle(AllowedMethodsFilter.java:47)
	at io.dropwizard.jersey.filter.AllowedMethodsFilter.doFilter(AllowedMethodsFilter.java:41)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.onap.holmes.common.utils.transactionid.TransactionIdFilter.doFilter(TransactionIdFilter.java:73)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1297)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1212)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at com.codahale.metrics.jetty9.InstrumentedHandler.handle(InstrumentedHandler.java:249)
	at io.dropwizard.jetty.ContextRoutingHandler.handle(ContextRoutingHandler.java:37)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:767)
	at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:54)
	at org.eclipse.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:173)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
	at org.eclipse.jetty.server.Server.handle(Server.java:500)
	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:270)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-22 07:30:15 927 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@2fe5d939 exclude by status 499
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@1f071779[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@17dfe43b{null}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
499  HTTP/1.1
Date: Sun, 22 Aug 2021 07:30:15 GMT
X-TransactionID: c16fdc6b-e35f-4306-9824-894b27b7b37e
X-InvocationID: 36fec699-6a44-4977-89ce-b52ac6dd97f7
Content-Length: 25
Content-Type: text/plain


2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@279b1df0[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2636342b] (null,[p=0,l=25,c=8192,r=25],true)@START
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=25} last=true content=HeapByteBuffer@1f071779[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Sun, 22 Aug 2021 07:30:15 GMT
X-TransactionID: c16fdc6b-e35f-4306-9824-894b27b7b37e
X-InvocationID: 36fec699-6a44-4977-89ce-b52ac6dd97f7
Content-Length: 25
Content-Type: text/plain


2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@279b1df0[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2636342b] ([p=0,l=209,c=8192,r=209],[p=0,l=25,c=8192,r=25],true)@COMPLETING
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@1ad534b{IDLE}->null [HeapByteBuffer@24b9b2a[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@1f071779[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@1ad534b{WRITING}->null:IDLE-->WRITING
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@75b0373c::SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=W,to=15/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@d002104{s=COMPLETING}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@24b9b2a[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@1f071779[p=0,l=25,c=8192,r=25]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 234 bytesProduced = 263 sequenceNumber = 1 [p=0,l=263,c=17408,r=263] ioDone=false/false
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 263 SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=W,to=15/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@d002104{s=COMPLETING}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:15 928 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << "HTTP/1.1 499 [\r][\n]"
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=W,to=15/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@d002104{s=COMPLETING}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=234 remaining=0 WriteFlusher@1ad534b{WRITING}->null
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@1ad534b{IDLE}->null:WRITING-->IDLE
2021-08-22 07:30:15 928 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << "Date: Sun, 22 Aug 2021 07:30:15 GMT[\r][\n]"
2021-08-22 07:30:15 928 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << "X-TransactionID: c16fdc6b-e35f-4306-9824-894b27b7b37e[\r][\n]"
2021-08-22 07:30:15 928 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << "X-InvocationID: 36fec699-6a44-4977-89ce-b52ac6dd97f7[\r][\n]"
2021-08-22 07:30:15 928 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << "Content-Type: text/plain[\r][\n]"
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@279b1df0[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2636342b] ([p=209,l=209,c=8192,r=0],[p=25,l=25,c=8192,r=0],true)@END
2021-08-22 07:30:15 928 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << "Content-Length: 25[\r][\n]"
2021-08-22 07:30:15 928 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << "[\r][\n]"
2021-08-22 07:30:15 928 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << "Failed to query the rule."
2021-08-22 07:30:15 928 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << HTTP/1.1 499 
2021-08-22 07:30:15 928 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << Date: Sun, 22 Aug 2021 07:30:15 GMT
2021-08-22 07:30:15 928 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << X-TransactionID: c16fdc6b-e35f-4306-9824-894b27b7b37e
2021-08-22 07:30:15 928 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << X-InvocationID: 36fec699-6a44-4977-89ce-b52ac6dd97f7
2021-08-22 07:30:15 928 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << Content-Type: text/plain
2021-08-22 07:30:15 928 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47 << Content-Length: 25
2021-08-22 07:30:15 928 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-34 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=c1b35aad-cb07-485d-ad5f-60f450c2f17b, referenceCounter=0, store size=0} on thread dw-34 - GET /api/holmes-rule-mgmt/v1/rule
2021-08-22 07:30:15 928 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Exiting.
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.Server][dw-34] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{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=7}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - unhandle HttpChannelState@68442422{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-08-22 07:30:15 928 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection can be kept alive indefinitely
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@68442422{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{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=7}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - completed HttpChannelState@68442422{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - unhandle HttpChannelState@68442422{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@68442422{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:15 928 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=7}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=25
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - unconsumed input HttpConnection@51fa8826::DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=16/30000}
2021-08-22 07:30:15 929 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Cancelling request execution
2021-08-22 07:30:15 929 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-47: Shutdown connection
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@75b0373c::SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@d002104{s=END}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@853e3f3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\xE7\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@d002104{s=END}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@75b0373c::SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@d002104{s=END}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-22 07:30:15 929 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection discarded
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 31 HeapByteBuffer@853e3f3[p=0,l=31,c=17408,r=31]={<<<\x15\x03\x03\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x02\x82\xD5kd\xCb\x13\xEc\x87x3\x88\xDc\xFd\xE9\x1a\x9b\x97t>>>le-mgmt/v...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=31
2021-08-22 07:30:15 929 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection released: [id: 47][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200]
2021-08-22 07:30:15 929 ERROR [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Failed to get right response!Get an error status from server : 499
org.onap.holmes.common.exception.CorrelationException: Get an error status from server : 499
	at org.onap.holmes.common.utils.HttpsUtils.extractResponseEntity(HttpsUtils.java:153)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.getAllCorrelationRules(DcaeConfigurationPolling.java:108)
	at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:79)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] 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@4e022f90[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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@75b0373c{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@d002104{s=END}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - atEOF HttpParser{s=CONTENT,0 of -1}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@51fa8826::DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=17/30000} filled -1 HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
127.0.0.1 - - [22/Aug/2021:07:30:15 +0000] "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1" 499 25 "-" "Apache-HttpClient/4.5.10 (Java/11.0.6)" 8
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@51fa8826::DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - CONTENT --> CONTENT_END
2021-08-22 07:30:15 929 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=8}
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - CONTENT_END --> END
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=9}
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.server.HttpInput][dw-34] invocationID:{InvocationID} - HttpInputOverHTTP@693b9179[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - END --> CLOSED
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@51fa8826::DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@51fa8826::DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=17/30000}
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - recycle HttpChannelState@68442422{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@75b0373c::SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >flush SslConnection@75b0373c::SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:15 930 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 0 bytesProduced = 31 sequenceNumber = 2 [p=0,l=31,c=17408,r=31] ioDone=true/true
2021-08-22 07:30:15 931 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=18/30000} stored flush exception
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-08-22 07:30:15 931 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 931 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=18/30000}
2021-08-22 07:30:15 931 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - shutdownOutput: SslConnection@75b0373c::SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=false, ishut=false
2021-08-22 07:30:15 931 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >flush SslConnection@75b0373c::SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 931 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,CLOSED,fill=-,flush=-,to=19/30000}
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - doClose SocketChannelEndPoint@1a5fe602{l=/127.0.0.1:9101,r=/127.0.0.1:50886,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=/127.0.0.1:9101,r=/127.0.0.1:50886,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onClose FillInterest@57708abd{null}
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Wakeup ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@16307533 startThread=0
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/0 selected
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 0 updates
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 0 keys
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close SocketChannelEndPoint@1a5fe602{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 932 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@16307533 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1a5fe602{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34] invocationID:{InvocationID} - ignored: WriteFlusher@1ad534b{IDLE}->null
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onFail FillInterest@8be333a{null}
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@1a5fe602{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - 
org.eclipse.jetty.io.EofException: null
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279)
	at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646)
	at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: Broken pipe
	at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
	at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.IOUtil.write(Unknown Source)
	at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source)
	at java.base/java.nio.channels.SocketChannel.write(Unknown Source)
	at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273)
	... 20 common frames omitted
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSED,0 of -1}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-33] invocationID:{InvocationID} - onClose HttpConnection@51fa8826::DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@51fa8826::DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000} parse HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=CLOSED HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@51fa8826::DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@51fa8826::DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@51fa8826::DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000} onFillable exit HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-33] invocationID:{InvocationID} - onClose SslConnection@75b0373c::SocketChannelEndPoint@1a5fe602{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=4/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@75b0373c{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@d4ea0de{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@51fa8826[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@d002104{s=START}]=>HttpChannelOverHttp@cda8d8{s=HttpChannelState@68442422{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@28a565f0 size 1 > capacity
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=0}@28a565f0 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:15 933 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@16307533 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30-acceptor-0@55c03e4-RuleActiveApp@6682e6a5{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@3683fe86[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:52926]] on ManagedSelector@6f240187{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30-acceptor-0@55c03e4-RuleActiveApp@6682e6a5{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=0 selected=0 updates=1
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/0 selected
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update Accept@3683fe86[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:52926]]
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - queue Accept@3683fe86[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:52926]] startThread=0
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:17 257 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run Accept@3683fe86[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:52926]] in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:17 258 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-08-22 07:30:17 258 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@598b10b1
2021-08-22 07:30:17 258 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=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@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-22 07:30:17 258 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}
2021-08-22 07:30:17 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@2025356c on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:17 259 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 259 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 259 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}
2021-08-22 07:30:17 259 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}
2021-08-22 07:30:17 259 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@e6a1362{AC.ReadCB@7688f983{HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-22 07:30:17 259 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 259 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 259 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@7edc996{SSLC.NBReadCB@735e03e3{SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:17 259 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 259 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@4af9393 on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=2
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 2 updates
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 2
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@2025356c
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@4af9393
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran Accept@3683fe86[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:52926]] in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:52926], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 260 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1712]@2021-08-22T07:30:17.261059Z
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@44b40b6f offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1712]@2021-08-22T07:30:17.261129Z
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@42a4a5e7 startThread=0
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=0/1,p=1}@42a4a5e7 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}]
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@44b40b6f task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1712]@2021-08-22T07:30:17.261242Z
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@42a4a5e7 started
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@42a4a5e7 waiting
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1712]@2021-08-22T07:30:17.261362Z tryProduce true
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1712]@2021-08-22T07:30:17.261321Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@7edc996{SSLC.NBReadCB@735e03e3{SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >c.onFillable SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - onFillable SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@e6a1362{AC.ReadCB@7688f983{HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >fill SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-22 07:30:17 262 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 261 HeapByteBuffer@153b9401[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xC6\xE9RPJQ\x7f\xDbk\xBdK (\xD6...\x8e]\xE9k\t\xAf\x8e\xE2;VbU\x93y\x1dON\xF4\x07\x99T\xD7\n>>>\x1aF\x0f\xC2\x93\xD79\\\x9a...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 262 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=261
2021-08-22 07:30:17 262 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill starting handshake SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_TASK
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >flush SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@735e03e3{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 6 HeapByteBuffer@153b9401[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xC6\xE9RP...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=6
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 263 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:17 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 367 HeapByteBuffer@153b9401[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xC6\xE9RPJQ\x7f\xDbk\xBdK (\xD6...&\xB6-Y:#mg%\x18M\x88\x82'\\p\xB3\xCd\xCb\xBe\x92W\xC5>>>\xCd}\x0c\xC2\xAf<\x10\xC7R...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 264 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=367
2021-08-22 07:30:17 264 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 264 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_TASK
2021-08-22 07:30:17 268 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-35] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@598b10b1
2021-08-22 07:30:17 270 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-22 07:30:17 270 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >flush SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 270 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:17 270 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:17 270 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@735e03e3{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >fill SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:17 271 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.http.HttpParser][dw-35] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=12/30000}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=12/30000}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@e6a1362{AC.ReadCB@7688f983{HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@7edc996{SSLC.NBReadCB@735e03e3{SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@4af9393 on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@4af9393
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@13945a78 size 1 > capacity
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=0}@13945a78 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:17 272 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:52926], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1713]@2021-08-22T07:30:17.273131Z
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@42a4a5e7 offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1713]@2021-08-22T07:30:17.273188Z
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@6b520509 startThread=0
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=0/1,p=1}@6b520509 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}]
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@6b520509 started
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@6b520509 waiting
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1713]@2021-08-22T07:30:17.273276Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@42a4a5e7 task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1713]@2021-08-22T07:30:17.273341Z
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1714]@2021-08-22T07:30:17.273387Z tryProduce true
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@7edc996{SSLC.NBReadCB@735e03e3{SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >c.onFillable SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - onFillable SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@e6a1362{AC.ReadCB@7688f983{HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >fill SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 230 HeapByteBuffer@153b9401[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\xD3\x1aQ\xEd\xC5E\x176\xF4\x99\xEb\xE5\xA7A\x05\x1c\xCdT\xD8\xA8...\x8eK\x8a6\x08F\x07\r\xC3\xF5\x96\x8bJ\xF8t\xA6\xFb\x90q?\x95X\x07>>>\x12(&\x9f\xB31\xDbka...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=230
2021-08-22 07:30:17 274 DEBUG [jdk.event.security][dw-31] invocationID:{InvocationID} -  TLSHandshake: 10.233.67.134:52926, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@4e022f90[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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x01\x02\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - handshake succeeded SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...q\xD8\xCd\xE9\xA6A\x9f<<<\x17\x03\x03\x00\xA7^\xD7\xE2\xCa\x00h\xA1\x17\xD8\x9d\x86yI\xB7\xA6\xCd\x1b\x02\xBb\x7f...\x8eK\x8a6\x08F\x07\r\xC3\xF5\x96\x8bJ\xF8t\xA6\xFb\x90q?\x95X\x07>>>\x12(&\x9f\xB31\xDbka...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>\x8c\x1c^\x96\xC4\xA8)\xDc\x9e...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>\x8c\x1c^\x96\xC4\xA8)\xDc\x9e...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7688f983[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=2/30000} filled 150 HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>\x8c\x1c^\x96\xC4\xA8)\xDc\x9e...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>\x8c\x1c^\x96\xC4\xA8)\xDc\x9e...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>\x8c\x1c^\x96\xC4\xA8)\xDc\x9e...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - START --> SPACE1
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - SPACE1 --> URI
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - URI --> SPACE2
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-08-22 07:30:17 274 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - HEADER --> CONTENT
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31] invocationID:{InvocationID} - REQUEST for //10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.67.141:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=2/30000}
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31] invocationID:{InvocationID} - handle //10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-31] invocationID:{InvocationID} - handling HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-31] invocationID:{InvocationID} - Host 10.233.67.141 with SNI null
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.Server][dw-31] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-31] invocationID:{InvocationID} - GzipHandler@5323999f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck)@7a350757 in null
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-31] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-31] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-31] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5a4464c5@3bde3d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-31] invocationID:{InvocationID} - chain=customFilter@7a358613==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-35e74e08@35e74e08==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-410fc508@410fc508==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5a4464c5@3bde3d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-31] invocationID:{InvocationID} - call filter customFilter@7a358613==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-08-22 07:30:17 275 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-31] invocationID:{InvocationID} - Entering.
2021-08-22 07:30:17 275 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-31] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-08-22 07:30:17 275 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-31] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 8720c5ef-c851-405c-bc51-5fb62ce3d8d2
2021-08-22 07:30:17 275 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-31] invocationID:{InvocationID} - Invoking synchronously ... 
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-31] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-35e74e08@35e74e08==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-31] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-410fc508@410fc508==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-08-22 07:30:17 275 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5a4464c5@3bde3d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5323999f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck)@7a350757
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@26e88b76 exclude no deflater
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@2561e0be[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@5e60d356{null}
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sun, 22 Aug 2021 07:30:17 GMT
X-TransactionID: 8720c5ef-c851-405c-bc51-5fb62ce3d8d2
X-InvocationID: de753270-282c-4294-b774-f3b1a0388eb5
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@cbd6872[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6e6cf1a8] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@2561e0be[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sun, 22 Aug 2021 07:30:17 GMT
X-TransactionID: 8720c5ef-c851-405c-bc51-5fb62ce3d8d2
X-InvocationID: de753270-282c-4294-b774-f3b1a0388eb5
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@cbd6872[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6e6cf1a8] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@442298cb{IDLE}->null [HeapByteBuffer@24b9b2a[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@2561e0be[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@442298cb{WRITING}->null:IDLE-->WRITING
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=COMPLETING}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@24b9b2a[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@2561e0be[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=COMPLETING}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=COMPLETING}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@442298cb{WRITING}->null
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@442298cb{IDLE}->null:WRITING-->IDLE
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@cbd6872[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6e6cf1a8] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@cbd6872[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6e6cf1a8] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-22 07:30:17 277 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=5/30000}
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=END}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=END}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=END}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=END}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=END}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=END}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@7edc996{SSLC.NBReadCB@735e03e3{SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=END}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}}
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=END}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@4af9393 on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:17 278 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:17 279 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=4604fe26-32ce-4788-a437-d43bc5de773a, referenceCounter=0, store size=0} on thread dw-31 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:17 279 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-31] invocationID:{InvocationID} - Exiting.
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@4af9393
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.Server][dw-31] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-31] invocationID:{InvocationID} - unhandle HttpChannelState@13381211{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-31] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@13381211{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=END}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-31] invocationID:{InvocationID} - completed HttpChannelState@13381211{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.67.134 - - [22/Aug/2021:07:30:17 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-31] invocationID:{InvocationID} - unhandle HttpChannelState@13381211{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-31] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@13381211{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-31] invocationID:{InvocationID} - recycle HttpChannelState@13381211{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.67.141:9101 remote=/10.233.67.134:52926], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7688f983[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3f1fb1e3{s=END}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >fill SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@735e03e3{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 24 HeapByteBuffer@153b9401[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13D<\xA0\x19\x9a\xFee#p\x039\xE1\x1e\xB5\xEf\x05\xCc\xFc\x07>>>\x95\xCd\x11\xE5\xB0/\xD33\xEf...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=24
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] 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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - close DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=-,flush=-,to=7/30000}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - close(null) DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=-,flush=-,to=7/30000}
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - shutdownOutput: SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-08-22 07:30:17 279 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - ensureFillInterested SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1714]@2021-08-22T07:30:17.280057Z
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - close SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@6b520509 offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1714]@2021-08-22T07:30:17.280138Z
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - doClose SocketChannelEndPoint@188f8a86{l=/10.233.67.141:9101,r=/10.233.67.134:52926,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=/10.233.67.141:9101,r=/10.233.67.134:52926,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@612e5584 startThread=0
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@6b520509 task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1714]@2021-08-22T07:30:17.280274Z
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1714]@2021-08-22T07:30:17.280371Z tryProduce true
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - onClose FillInterest@7edc996{SSLC.NBReadCB@735e03e3{SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{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@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - onFillableFail SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1714]@2021-08-22T07:30:17.280314Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@188f8a86{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@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@7edc996{null}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - FillInterest@7edc996{null} lost race null
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@42a4a5e7 waiting
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@188f8a86{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@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - onFail FillInterest@e6a1362{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Wakeup ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=1 updates=0
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1c80197a startThread=0
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - onClose FillInterest@e6a1362{null}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close SocketChannelEndPoint@188f8a86{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@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@188f8a86{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@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/0 selected
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 0 updates
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 0 keys
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}
2021-08-22 07:30:17 280 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@44b40b6f size 1 > capacity
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=1}@44b40b6f in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=1}]
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=1/1,p=1}@612e5584 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=1}]
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@612e5584 size 1 > capacity
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=0}@612e5584 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1c80197a in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@188f8a86{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@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onClose HttpConnection@7688f983::DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onClose SslConnection@735e03e3::SocketChannelEndPoint@188f8a86{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@735e03e3{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7707714a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@7688f983[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3f1fb1e3{s=START}]=>HttpChannelOverHttp@4ef30107{s=HttpChannelState@13381211{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:17 281 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1c80197a in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:25 825 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@758c12bb] obtained in 0 millis
2021-08-22 07:30:25 827 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@36876ebb, maxRows=0, fetchSize=0, flags=16
2021-08-22 07:30:25 827 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_176)
2021-08-22 07:30:25 828 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_177,query="/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY",oids={})
2021-08-22 07:30:25 828 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_177,portal=null)
2021-08-22 07:30:25 828 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-08-22 07:30:25 828 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2021-08-22 07:30:25 828 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2021-08-22 07:30:25 829 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-08-22 07:30:25 829 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ErrorMessage(ERROR: relation "engine_entity" does not exist
  Position: 52
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01)
2021-08-22 07:30:25 830 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-08-22 07:30:25 830 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query /* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY
2021-08-22 07:30:25 830 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-08-22 07:30:25 831 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@758c12bb] released
2021-08-22 07:30:25 832 ERROR [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - Failed to reallocate rules.
org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 52
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01 [statement:"SELECT * FROM ENGINE_ENTITY", located:"SELECT * FROM ENGINE_ENTITY", rewritten:"/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY", arguments:{ positional:{}, named:{}, finder:[]}]
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1338)
	at org.skife.jdbi.v2.Query.fold(Query.java:173)
	at org.skife.jdbi.v2.Query.list(Query.java:82)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing$IterableReturningThing.result(ResultReturnThing.java:253)
	at org.skife.jdbi.v2.sqlobject.ResultReturnThing.map(ResultReturnThing.java:46)
	at org.skife.jdbi.v2.sqlobject.QueryHandler.invoke(QueryHandler.java:41)
	at org.skife.jdbi.v2.sqlobject.SqlObject.invoke(SqlObject.java:224)
	at org.skife.jdbi.v2.sqlobject.SqlObject$3.intercept(SqlObject.java:133)
	at org.skife.jdbi.v2.sqlobject.CloseInternalDoNotUseThisClass$$EnhancerByCGLIB$$e40132ef.getAllEntities()
	at org.onap.holmes.common.engine.service.impl.EngineEntityServiceImpl.getAllEntities(EngineEntityServiceImpl.java:45)
	at org.onap.holmes.rulemgt.tools.EngineTools.getInstanceList(EngineTools.java:42)
	at org.onap.holmes.rulemgt.RuleAllocator.allocateRules(RuleAllocator.java:76)
	at org.onap.holmes.rulemgt.RuleAllocator$1.run(RuleAllocator.java:66)
	at java.base/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist
  Position: 52
  Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376
  Server SQLState: 42P01
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2532)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2267)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:312)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:448)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:369)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:153)
	at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:142)
	at jdk.internal.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114)
	at com.sun.proxy.$Proxy81.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 14 common frames omitted
2021-08-22 07:30:27 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30-acceptor-0@55c03e4-RuleActiveApp@6682e6a5{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@68c67445[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53038]] on ManagedSelector@6f240187{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-22 07:30:27 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30-acceptor-0@55c03e4-RuleActiveApp@6682e6a5{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=0 selected=0 updates=1
2021-08-22 07:30:27 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:27 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/0 selected
2021-08-22 07:30:27 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:27 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:27 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update Accept@68c67445[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53038]]
2021-08-22 07:30:27 258 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue Accept@68c67445[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53038]] startThread=0
2021-08-22 07:30:27 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:27 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:27 258 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run Accept@68c67445[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53038]] in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:27 258 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-08-22 07:30:27 259 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@185240f2
2021-08-22 07:30:27 261 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=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@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-22 07:30:27 261 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=1/30000}
2021-08-22 07:30:27 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@dedac4d on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:27 261 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 261 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 262 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=1/30000}
2021-08-22 07:30:27 262 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=2/30000}
2021-08-22 07:30:27 262 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@7f77482a{AC.ReadCB@280a4868{HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-22 07:30:27 262 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 262 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 262 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@1f180c4d{SSLC.NBReadCB@9554c01{SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@3c0e6eeb on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=2
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 2 updates
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 2
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@dedac4d
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@3c0e6eeb
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 263 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran Accept@68c67445[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53038]] in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:27 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:27 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:27 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:27 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:27 264 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53038], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-22 07:30:27 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 264 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1715]@2021-08-22T07:30:27.264801Z
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@42a4a5e7 offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1715]@2021-08-22T07:30:27.265146Z
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@565792f4 startThread=0
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@42a4a5e7 task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1715]@2021-08-22T07:30:27.265375Z
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=0/1,p=1}@565792f4 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}]
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1715]@2021-08-22T07:30:27.26531Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@565792f4 started
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=1}][pc=0,pic=0,pec=5,epc=1716]@2021-08-22T07:30:27.2655Z tryProduce true
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@565792f4 waiting
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@1f180c4d{SSLC.NBReadCB@9554c01{SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:27 265 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 266 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@7f77482a{AC.ReadCB@280a4868{HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-08-22 07:30:27 266 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:27 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-22 07:30:27 266 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 261 HeapByteBuffer@153b9401[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03tp\xBa\x0c\x0cm\xA7\xD2Q\xA9\xAaF%@...\xFf\xF4\xB2-\xF2\xA1\x13w\xE5\xDe\x7fi\x04R\xC2\xD5\xFa\x8d\x0e\xA9\xF6\x89\x01>>>{h(L\xD2\xAb\xB8V\xB5...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=261
2021-08-22 07:30:27 266 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill starting handshake SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 267 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK
2021-08-22 07:30:27 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-22 07:30:27 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:27 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:27 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2021-08-22 07:30:27 268 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 268 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:27 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@9554c01{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:27 269 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 6 HeapByteBuffer@153b9401[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03tp\xBa\x0c...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=6
2021-08-22 07:30:27 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:27 269 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 367 HeapByteBuffer@153b9401[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03tp\xBa\x0c\x0cm\xA7\xD2Q\xA9\xAaF%@..."G\\\xE1n\x12\x9f\x1d\xFd*\x99\x8b\xF5|j\x98\x98i\x04\xDa\xBe\xAe1>>>\xCd}\x0c\xC2\xAf<\x10\xC7R...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=367
2021-08-22 07:30:27 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 269 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_TASK
2021-08-22 07:30:27 274 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-29] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@185240f2
2021-08-22 07:30:27 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >flush SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:27 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@9554c01{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=17/30000} filled 0 HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=START,0 of -1}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=17/30000}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-29] invocationID:{InvocationID} - fillInterested HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=17/30000}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@7f77482a{AC.ReadCB@280a4868{HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@1f180c4d{SSLC.NBReadCB@9554c01{SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@3c0e6eeb on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@3c0e6eeb
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@6b520509 size 1 > capacity
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=0}@6b520509 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:27 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53038], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1716]@2021-08-22T07:30:27.281347Z
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@565792f4 offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1716]@2021-08-22T07:30:27.281459Z
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@3cb19309 startThread=0
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@565792f4 task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1716]@2021-08-22T07:30:27.281688Z
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1716]@2021-08-22T07:30:27.281812Z tryProduce true
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1716]@2021-08-22T07:30:27.281745Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 281 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:27 282 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@1f180c4d{SSLC.NBReadCB@9554c01{SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:27 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >c.onFillable SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillable SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 282 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@7f77482a{AC.ReadCB@280a4868{HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-08-22 07:30:27 282 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:27 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >fill SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:27 283 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 230 HeapByteBuffer@153b9401[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\xB5\xAb\x95\x11\x9b7\r\xC6\xAfu\xA6GWd\xB10U\xB1\xC0\xA6...\xC8!\r\x86\x87\x19}j\xEb\x1e\x9a\xEe\xC4e\xF6\xFc\xEe\xD1\xC1\x0c\xBb\x89$>>>\x9d\x00\x0cG\xCc\x9e\x80\xDa\\...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=230
2021-08-22 07:30:27 283 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=0/1,p=1}@3cb19309 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}]
2021-08-22 07:30:27 283 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@3cb19309 started
2021-08-22 07:30:27 283 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@3cb19309 waiting
2021-08-22 07:30:27 284 DEBUG [jdk.event.security][dw-32] invocationID:{InvocationID} -  TLSHandshake: 10.233.67.134:53038, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-08-22 07:30:27 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF2x\x19\x95...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - handshake succeeded SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-08-22 07:30:27 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-22 07:30:27 284 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\xAf\x7fe\xE7\xAf\xF8\x96<<<\x17\x03\x03\x00\xA7\xB7J\xD7\xBc\xFb5\xA8\xDf\x06>.\xB4\x85+:I\xF3\xBaaM...\xC8!\r\x86\x87\x19}j\xEb\x1e\x9a\xEe\xC4e\xF6\xFc\xEe\xD1\xC1\x0c\xBb\x89$>>>\x9d\x00\x0cG\xCc\x9e\x80\xDa\\...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 284 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>\xD2\x0b\x805\xF3\\x\xBb{...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>\xD2\x0b\x805\xF3\\x\xBb{...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@280a4868[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=5/30000} filled 150 HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>\xD2\x0b\x805\xF3\\x\xBb{...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>\xD2\x0b\x805\xF3\\x\xBb{...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>\xD2\x0b\x805\xF3\\x\xBb{...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - START --> SPACE1
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - SPACE1 --> URI
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - URI --> SPACE2
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-08-22 07:30:27 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - HEADER --> CONTENT
2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - REQUEST for //10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.67.141:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=6/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=6/30000}
2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - handle //10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - handling HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-08-22 07:30:27 286 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-32] invocationID:{InvocationID} - Host 10.233.67.141 with SNI null
2021-08-22 07:30:27 287 DEBUG [org.eclipse.jetty.server.Server][dw-32] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-08-22 07:30:27 287 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-32] invocationID:{InvocationID} - GzipHandler@5323999f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck)@52377c3f in null
2021-08-22 07:30:27 287 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-32] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-08-22 07:30:27 287 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-32] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-08-22 07:30:27 288 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5a4464c5@3bde3d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-22 07:30:27 288 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32] invocationID:{InvocationID} - chain=customFilter@7a358613==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-35e74e08@35e74e08==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-410fc508@410fc508==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5a4464c5@3bde3d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-22 07:30:27 288 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32] invocationID:{InvocationID} - call filter customFilter@7a358613==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-08-22 07:30:27 288 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - Entering.
2021-08-22 07:30:27 288 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-08-22 07:30:27 288 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: d68facc0-97f2-4547-8170-f9f3fe42615e
2021-08-22 07:30:27 288 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - Invoking synchronously ... 
2021-08-22 07:30:27 288 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-35e74e08@35e74e08==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-08-22 07:30:27 288 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-410fc508@410fc508==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-08-22 07:30:27 288 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5a4464c5@3bde3d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5323999f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck)@52377c3f
2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@16bfeceb exclude no deflater
2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@52e19cd[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@35b7ebba{null}
2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
200 OK HTTP/1.1
Connection: close
Date: Sun, 22 Aug 2021 07:30:27 GMT
X-TransactionID: d68facc0-97f2-4547-8170-f9f3fe42615e
X-InvocationID: 5e9d5660-6675-4a67-8598-6fe783fe216a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@5c08afb7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3539d869] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@52e19cd[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sun, 22 Aug 2021 07:30:27 GMT
X-TransactionID: d68facc0-97f2-4547-8170-f9f3fe42615e
X-InvocationID: 5e9d5660-6675-4a67-8598-6fe783fe216a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@5c08afb7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3539d869] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@40ac4f72{IDLE}->null [HeapByteBuffer@24b9b2a[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@52e19cd[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-08-22 07:30:27 292 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@40ac4f72{WRITING}->null:IDLE-->WRITING
2021-08-22 07:30:27 293 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=W,to=13/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=COMPLETING}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-08-22 07:30:27 293 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@24b9b2a[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 293 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@52e19cd[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 293 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-08-22 07:30:27 293 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-08-22 07:30:27 293 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=W,to=13/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=COMPLETING}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-08-22 07:30:27 293 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:27 293 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=W,to=14/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=COMPLETING}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-08-22 07:30:27 294 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@40ac4f72{WRITING}->null
2021-08-22 07:30:27 294 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@40ac4f72{IDLE}->null:WRITING-->IDLE
2021-08-22 07:30:27 294 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@5c08afb7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3539d869] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-22 07:30:27 294 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@5c08afb7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3539d869] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-22 07:30:27 294 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=14/30000}
2021-08-22 07:30:27 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} oshut=false, ishut=false
2021-08-22 07:30:27 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8}
2021-08-22 07:30:27 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:27 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:27 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-08-22 07:30:27 295 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9}
2021-08-22 07:30:27 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:27 295 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9}
2021-08-22 07:30:27 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9}
2021-08-22 07:30:27 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUTTING,fill=-,flush=-,to=16/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9}
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@1f180c4d{SSLC.NBReadCB@9554c01{SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUTTING,fill=-,flush=-,to=16/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9}}}
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUTTING,fill=-,flush=-,to=16/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10}
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@3c0e6eeb on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@3c0e6eeb
2021-08-22 07:30:27 296 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=61569889-b17f-48f0-a35b-bae942d81f99, referenceCounter=0, store size=0} on thread dw-32 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10}
2021-08-22 07:30:27 296 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-32] invocationID:{InvocationID} - Exiting.
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.67.141:9101 remote=/10.233.67.134:53038], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10} 
2021-08-22 07:30:27 296 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=17/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=17/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10}:runFillable:BLOCKING
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1717]@2021-08-22T07:30:27.297131Z
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@3cb19309 offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1717]@2021-08-22T07:30:27.297262Z
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@1dfdc835 startThread=0
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.server.Server][dw-32] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=11}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - unhandle HttpChannelState@9d1adbc{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@9d1adbc{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=0/1,p=1}@1dfdc835 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}]
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@1dfdc835 started
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@1dfdc835 waiting
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=11}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@3cb19309 task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1717]@2021-08-22T07:30:27.297508Z
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1717]@2021-08-22T07:30:27.297379Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=17/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=11}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - completed HttpChannelState@9d1adbc{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - unhandle HttpChannelState@9d1adbc{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1718]@2021-08-22T07:30:27.297602Z tryProduce true
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@9d1adbc{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=11}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@1f180c4d{SSLC.NBReadCB@9554c01{SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=17/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=11}}}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=18/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=11}
2021-08-22 07:30:27 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >c.onFillable SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=18/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=11}
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - onFillable SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=18/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=12}
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@7f77482a{null}
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - FillInterest@7f77482a{null} lost race null
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=18/30000}=>HttpConnection@280a4868[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5c419f2{s=END}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=12}
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@565792f4 size 1 > capacity
10.233.67.134 - - [22/Aug/2021:07:30:27 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 11
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=0}@565792f4 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-32] invocationID:{InvocationID} - recycle HttpChannelState@9d1adbc{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >fill SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:27 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - filled 24 HeapByteBuffer@153b9401[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x16\x06B\x03H\xEa\xD4\x87\xE9\xB4\x14t\xEe\xDb*\xA5\xAa\x84\xDc>>>V\xCe\x13Q`P\xEc8\x0e...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - net filled=24
2021-08-22 07:30:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 299 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-08-22 07:30:27 299 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=19/30000} filled -1 HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 299 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=19/30000}
2021-08-22 07:30:27 299 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=19/30000}
2021-08-22 07:30:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - shutdownOutput: SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,CLOSED,fill=-,flush=-,to=19/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-08-22 07:30:27 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - ensureFillInterested SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - interested FillInterest@1f180c4d{SSLC.NBReadCB@9554c01{SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@3c0e6eeb on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@3c0e6eeb
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - doClose SocketChannelEndPoint@46fdaa4c{l=/10.233.67.141:9101,r=/10.233.67.134:53038,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=/10.233.67.141:9101,r=/10.233.67.134:53038,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[closed], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@46fdaa4c{l=0.0.0.0/0.0.0.0:9101,r=/10.233.67.134:53038,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=20/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onClose FillInterest@1f180c4d{SSLC.NBReadCB@9554c01{SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{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@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:27 300 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - close SocketChannelEndPoint@46fdaa4c{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@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@46fdaa4c{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@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillableFail SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{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@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@46fdaa4c{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@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onFail FillInterest@7f77482a{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup ManagedSelector@6f240187{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4a4c96e6 startThread=0
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onClose FillInterest@7f77482a{null}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/0 selected
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 0 updates
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 0 keys
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000} parse HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.http.HttpParser][dw-32] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4a4c96e6 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000} onFillable exit HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@46fdaa4c{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@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@42a4a5e7 size 1 > capacity
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-33] invocationID:{InvocationID} - onClose HttpConnection@280a4868::DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000}
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=0}@42a4a5e7 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:27 301 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-33] invocationID:{InvocationID} - onClose SslConnection@9554c01::SocketChannelEndPoint@46fdaa4c{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@9554c01{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2255d900{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@280a4868[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5c419f2{s=START}]=>HttpChannelOverHttp@719a8b17{s=HttpChannelState@9d1adbc{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:27 302 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4a4c96e6 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:37 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30-acceptor-0@55c03e4-RuleActiveApp@6682e6a5{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@342c35d5[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53154]] on ManagedSelector@6f240187{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-22 07:30:37 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30-acceptor-0@55c03e4-RuleActiveApp@6682e6a5{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=0 selected=0 updates=1
2021-08-22 07:30:37 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:37 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/0 selected
2021-08-22 07:30:37 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:37 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:37 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update Accept@342c35d5[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53154]]
2021-08-22 07:30:37 258 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue Accept@342c35d5[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53154]] startThread=0
2021-08-22 07:30:37 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 258 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run Accept@342c35d5[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53154]] in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:37 259 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-08-22 07:30:37 259 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 259 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@5c53d617
2021-08-22 07:30:37 261 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=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@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-22 07:30:37 261 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}
2021-08-22 07:30:37 261 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@25d99317 on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:37 261 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 262 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 262 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=1/30000}
2021-08-22 07:30:37 262 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=1/30000}
2021-08-22 07:30:37 262 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@23e7f80b{AC.ReadCB@100709d0{HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-22 07:30:37 262 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 262 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 263 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@4a4f964b{SSLC.NBReadCB@6d31831f{SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:37 263 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@2b87dd66 on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:37 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=2
2021-08-22 07:30:37 263 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 263 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran Accept@342c35d5[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53154]] in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:37 273 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:37 273 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:37 273 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 2 updates
2021-08-22 07:30:37 273 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updateable 2
2021-08-22 07:30:37 273 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@25d99317
2021-08-22 07:30:37 273 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@2b87dd66
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=10/30000}{io=1/1,kio=1,kro=0}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=11/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53154], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=11/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=11/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=11/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=12/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=11/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=12/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1718]@2021-08-22T07:30:37.274637Z
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@1dfdc835 offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1718]@2021-08-22T07:30:37.27471Z
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@7271431a startThread=0
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@1dfdc835 task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1718]@2021-08-22T07:30:37.274835Z
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1718]@2021-08-22T07:30:37.274928Z tryProduce true
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 274 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-31] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1718]@2021-08-22T07:30:37.274889Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=12/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=12/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=12/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@4a4f964b{SSLC.NBReadCB@6d31831f{SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=12/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >c.onFillable SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=12/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - onFillable SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=12/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - fillable FillInterest@23e7f80b{AC.ReadCB@100709d0{HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=13/30000}}}
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=13/30000} onFillable enter HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >fill SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 261 HeapByteBuffer@153b9401[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x83\xC4I\xEcA!\xEc\xF5\x90\xA4\xE3x+\xE0...\x8a0\xA1\xAf\xCa\x1ad\xAbM5}\xB5\xAe\xB5\x04i\x9eG[\xC3\xB6\xA5>>>>\x86I\x04\x7f\xF2ax\x01c...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=261
2021-08-22 07:30:37 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill starting handshake SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 276 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=0/1,p=1}@7271431a in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}]
2021-08-22 07:30:37 276 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@7271431a started
2021-08-22 07:30:37 276 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@7271431a waiting
2021-08-22 07:30:37 277 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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_TASK
2021-08-22 07:30:37 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-22 07:30:37 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >flush SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:37 277 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:37 277 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-08-22 07:30:37 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:37 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:37 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:37 278 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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >fill SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 278 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:37 278 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:37 279 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@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000} filled 0 HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.http.HttpParser][dw-31] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=START,0 of -1}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=17/30000}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - fillInterested HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=17/30000}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@23e7f80b{AC.ReadCB@100709d0{HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 279 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 280 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@4a4f964b{SSLC.NBReadCB@6d31831f{SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:37 280 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@2b87dd66 on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:37 280 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:37 280 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:37 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 280 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-31] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@3cb19309 size 1 > capacity
2021-08-22 07:30:37 280 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=0}@3cb19309 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@2b87dd66
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53154], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1719]@2021-08-22T07:30:37.282672Z
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@7271431a offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1719]@2021-08-22T07:30:37.282763Z
2021-08-22 07:30:37 282 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@1308cb2 startThread=0
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@7271431a task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1719]@2021-08-22T07:30:37.283127Z
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1719]@2021-08-22T07:30:37.283078Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1719]@2021-08-22T07:30:37.283194Z tryProduce true
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@4a4f964b{SSLC.NBReadCB@6d31831f{SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >c.onFillable SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillable SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@23e7f80b{AC.ReadCB@100709d0{HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=4/30000}}}
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 373 HeapByteBuffer@153b9401[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x83\xC4I\xEcA!\xEc\xF5...\xF9\xB7\x95\x93\xA9\xFe\xE4vx\xAf]@^\xC0\xCa|0\x9e\xA6\x07@d\x92>>>\x10\xC7R\x8d\x8b'\xEe/\x07...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=373
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x83\xC4I\xEcA!\xEc\xF5\x90\xA4\xE3x+\xE0...\xF9\xB7\x95\x93\xA9\xFe\xE4vx\xAf]@^\xC0\xCa|0\x9e\xA6\x07@d\x92>>>\x10\xC7R\x8d\x8b'\xEe/\x07...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 283 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_TASK
2021-08-22 07:30:37 287 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=0/1,p=1}@1308cb2 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}]
2021-08-22 07:30:37 287 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@1308cb2 started
2021-08-22 07:30:37 287 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@1308cb2 waiting
2021-08-22 07:30:37 290 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-34] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@5c53d617
2021-08-22 07:30:37 293 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >flush SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:37 294 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000} filled 0 HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=START,0 of -1}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-34] invocationID:{InvocationID} - fillInterested HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=16/30000}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - interested FillInterest@23e7f80b{AC.ReadCB@100709d0{HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 295 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - interested FillInterest@4a4f964b{SSLC.NBReadCB@6d31831f{SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@2b87dd66 on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@2b87dd66
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@1dfdc835 size 1 > capacity
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=0}@1dfdc835 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:37 296 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53154], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1720]@2021-08-22T07:30:37.29723Z
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@1308cb2 offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1720]@2021-08-22T07:30:37.297298Z
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@521cfe1 startThread=0
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@1308cb2 task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1720]@2021-08-22T07:30:37.297494Z
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-29] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1720]@2021-08-22T07:30:37.29742Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1721]@2021-08-22T07:30:37.297618Z tryProduce true
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@4a4f964b{SSLC.NBReadCB@6d31831f{SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=0/1,p=1}@521cfe1 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}]
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >c.onFillable SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillable SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - fillable FillInterest@23e7f80b{AC.ReadCB@100709d0{HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@521cfe1 started
2021-08-22 07:30:37 297 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:37 298 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@521cfe1 waiting
2021-08-22 07:30:37 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:37 298 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 230 HeapByteBuffer@153b9401[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x0051\x85\x8a\x8e\x82\xD8\xD5\x1c%\xA3\xB3\xE9\x00q\x1a\xFdd\xE2\xE8#...Q9Q8\x14\xE2\xE8\x81\xE9IDU\x1f\x84\xA7TF\xCe\x10\x97\xC4\\\x9f>>>C\x13\x01\xB6U\xFd\x10\x11\xC7...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 298 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=230
2021-08-22 07:30:37 299 DEBUG [jdk.event.security][dw-29] invocationID:{InvocationID} -  TLSHandshake: 10.233.67.134:53154, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#s0k=...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - handshake succeeded SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 0 HeapByteBuffer@153b9401[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\x85\x9b\xF1h\x9e\xAe\xB4<<<\x17\x03\x03\x00\xA7H\xF0\xA1\x060p\xDd\x0f7\x9as\x92&#\xBc\xB6\xE3\xB5"\xB3...Q9Q8\x14\xE2\xE8\x81\xE9IDU\x1f\x84\xA7TF\xCe\x10\x97\xC4\\\x9f>>>C\x13\x01\xB6U\xFd\x10\x11\xC7...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=0
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>8\x0e\x9a^,rX\x03\xB7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>8\x0e\x9a^,rX\x03\xB7...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@100709d0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=4/30000} filled 150 HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>8\x0e\x9a^,rX\x03\xB7...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>8\x0e\x9a^,rX\x03\xB7...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e022f90[p=0,l=150,c=17408,r=150]={<<>>8\x0e\x9a^,rX\x03\xB7...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - START --> SPACE1
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE1 --> URI
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - URI --> SPACE2
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-08-22 07:30:37 299 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - HEADER --> CONTENT
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - REQUEST for //10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.67.141:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=4/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=4/30000}
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - handle //10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - handling HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-29] invocationID:{InvocationID} - Host 10.233.67.141 with SNI null
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29] invocationID:{InvocationID} - GzipHandler@5323999f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck)@4c90a973 in null
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-29] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE}
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5a4464c5@3bde3d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - chain=customFilter@7a358613==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-35e74e08@35e74e08==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-410fc508@410fc508==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5a4464c5@3bde3d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter customFilter@7a358613==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-08-22 07:30:37 300 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Entering.
2021-08-22 07:30:37 300 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-08-22 07:30:37 300 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 57969e62-baa4-4c70-861b-93eaa974a286
2021-08-22 07:30:37 300 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Invoking synchronously ... 
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-35e74e08@35e74e08==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-08-22 07:30:37 300 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-410fc508@410fc508==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-08-22 07:30:37 301 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5a4464c5@3bde3d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@5323999f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck)@4c90a973
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@2962840e exclude no deflater
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@43c873e4[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@481de2bb{null}
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Sun, 22 Aug 2021 07:30:37 GMT
X-TransactionID: 57969e62-baa4-4c70-861b-93eaa974a286
X-InvocationID: 2f16acce-b88a-4218-962b-0d20a0602ec9
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@18f11fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3cf0b731] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@43c873e4[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sun, 22 Aug 2021 07:30:37 GMT
X-TransactionID: 57969e62-baa4-4c70-861b-93eaa974a286
X-InvocationID: 2f16acce-b88a-4218-962b-0d20a0602ec9
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@18f11fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3cf0b731] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@3ca7a418{IDLE}->null [HeapByteBuffer@24b9b2a[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@43c873e4[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3ca7a418{WRITING}->null:IDLE-->WRITING
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=COMPLETING}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@24b9b2a[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@43c873e4[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-08-22 07:30:37 302 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=COMPLETING}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=COMPLETING}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@3ca7a418{WRITING}->null
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3ca7a418{IDLE}->null:WRITING-->IDLE
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@18f11fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3cf0b731] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@18f11fa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@3cf0b731] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=7/30000}
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@2171d04[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-22 07:30:37 303 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@4a4f964b{SSLC.NBReadCB@6d31831f{SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@2b87dd66 on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:37 304 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=2957e677-0428-4921-a4a2-b2cc61105cd9, referenceCounter=0, store size=0} on thread dw-29 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:37 304 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-29] invocationID:{InvocationID} - Exiting.
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@2b87dd66
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.server.Server][dw-29] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@4cc08c07{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4cc08c07{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - completed HttpChannelState@4cc08c07{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - unhandle HttpChannelState@4cc08c07{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.67.141:9101 remote=/10.233.67.134:53154], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4cc08c07{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:37 304 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@100709d0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@b863922{s=END}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{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.67.141:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1721]@2021-08-22T07:30:37.305231Z
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@521cfe1 offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1721]@2021-08-22T07:30:37.305314Z
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-29] invocationID:{InvocationID} - recycle HttpChannelState@4cc08c07{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@103b7498 startThread=0
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
10.233.67.134 - - [22/Aug/2021:07:30:37 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-29] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1721]@2021-08-22T07:30:37.305414Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - >fill SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@521cfe1 task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1722]@2021-08-22T07:30:37.305549Z
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - filled 24 HeapByteBuffer@153b9401[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13`\xF4\x96\xEb\x96\xA0>>\xBa\xD0g\x1et\xA8}t\x03...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@4a4f964b{SSLC.NBReadCB@6d31831f{SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - net filled=24
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1722]@2021-08-22T07:30:37.305661Z tryProduce true
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF3\xCcR\xC9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF3\xCcR\xC9...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=0/1,p=1}@103b7498 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}]
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@103b7498 started
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@103b7498 waiting
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=10/30000} filled -1 HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF3\xCcR\xC9...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=10/30000}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=10/30000}
2021-08-22 07:30:37 305 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >c.onFillable SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=19/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - close DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - close(null) DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - shutdownOutput: SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - ensureFillInterested SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - onFillable SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@23e7f80b{null}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - FillInterest@23e7f80b{null} lost race null
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - interested FillInterest@4a4f964b{SSLC.NBReadCB@6d31831f{SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@2b87dd66 on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@1308cb2 size 1 > capacity
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=0}@1308cb2 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@2b87dd66
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-29] invocationID:{InvocationID} - doClose SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.67.141:9101 remote=/10.233.67.134:53154], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@19a0fb11{l=/10.233.67.141:9101,r=/10.233.67.134:53154,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-22 07:30:37 306 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@4a4f964b{SSLC.NBReadCB@6d31831f{SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{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@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close SocketChannelEndPoint@19a0fb11{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@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@19a0fb11{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@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - onFillableFail SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{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@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onFail FillInterest@23e7f80b{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@19a0fb11{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@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-29] invocationID:{InvocationID} - Wakeup ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1b88810d startThread=0
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.FillInterest][dw-29] invocationID:{InvocationID} - onClose FillInterest@23e7f80b{null}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1b88810d in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF3\xCcR\xC9...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4e022f90[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xF3\xCcR\xC9...\x00\x00\x00\x00\x00\x00\x00}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@19a0fb11{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@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.http.HttpParser][dw-29] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{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-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-29] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@6d31831f::SocketChannelEndPoint@19a0fb11{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@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-29] invocationID:{InvocationID} - HttpConnection@100709d0::DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1b88810d in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/0 selected
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-29] invocationID:{InvocationID} - SslConnection@6d31831f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@52a68efd{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@100709d0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@b863922{s=START}]=>HttpChannelOverHttp@376d3b4{s=HttpChannelState@4cc08c07{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 0 updates
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-29] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@7271431a size 1 > capacity
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 0 keys
2021-08-22 07:30:37 307 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-29] invocationID:{InvocationID} - ran ReservedThreadExecutor@59262a90{s=1/1,p=0}@7271431a in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:39 694 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30-acceptor-0@55c03e4-RuleActiveApp@6682e6a5{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@2939d464[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53184]] on ManagedSelector@6f240187{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-22 07:30:39 694 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30-acceptor-0@55c03e4-RuleActiveApp@6682e6a5{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=0 selected=0 updates=1
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/0 selected
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 1 updates
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 1
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update Accept@2939d464[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53184]]
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue Accept@2939d464[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53184]] startThread=0
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - run Accept@2939d464[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53184]] in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-31] invocationID:{InvocationID} - SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-08-22 07:30:39 695 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-31] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3e92ffa4
2021-08-22 07:30:39 696 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-31] invocationID:{InvocationID} - new HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=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@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-22 07:30:39 696 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-31] invocationID:{InvocationID} - New HTTP Connection HttpConnection@550a4aad::DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=0/30000}
2021-08-22 07:30:39 696 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@470a548 on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-22 07:30:39 696 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-31] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 696 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onOpen SslConnection@223573db::SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 696 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - onOpen HttpConnection@550a4aad::DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=0/30000}
2021-08-22 07:30:39 696 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-31] invocationID:{InvocationID} - fillInterested HttpConnection@550a4aad::DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=0/30000}
2021-08-22 07:30:39 696 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@3e90e6f9{AC.ReadCB@550a4aad{HttpConnection@550a4aad::DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-22 07:30:39 696 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@223573db::SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 696 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-31] invocationID:{InvocationID} - SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.FillInterest][dw-31] invocationID:{InvocationID} - interested FillInterest@3f4b5e86{SSLC.NBReadCB@223573db{SslConnection@223573db::SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-31] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@36e9491f on ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6f240187{STARTED} id=0 keys=1 selected=0 updates=2
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken with none selected
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 0/0/1 selected
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 0 keys, 2 updates
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 2
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100647440@470a548
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31] invocationID:{InvocationID} - Created SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x0000000100611840@36e9491f
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-31] invocationID:{InvocationID} - ran Accept@2939d464[java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53184]] in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}]
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 woken up from select, 1/1/1 selected
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 processing 1 keys, 0 updates
2021-08-22 07:30:39 697 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.67.141:9101 remote=/10.233.67.134:53184], selector=sun.nio.ch.EPollSelectorImpl@6fbe4786, interestOps=1, readyOps=1 SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0} tryExecute EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=1/1,p=0}][pc=0,pic=0,pec=5,epc=1722]@2021-08-22T07:30:39.698159Z
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=0}@103b7498 offer EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=0}][pc=0,pic=0,pec=5,epc=1722]@2021-08-22T07:30:39.69823Z
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1} startReservedThread p=1
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue ReservedThreadExecutor@59262a90{s=0/1,p=1}@28a18d82 startThread=0
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=0/1,p=1}@103b7498 task=EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1722]@2021-08-22T07:30:39.698387Z
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1722]@2021-08-22T07:30:39.698352Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@574ebdaf/SelectorProducer@1e606f64/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}][pc=0,pic=0,pec=5,epc=1722]@2021-08-22T07:30:39.698455Z tryProduce true
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@3f4b5e86{SSLC.NBReadCB@223573db{SslConnection@223573db::SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fbe4786 waiting with 1 keys
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >c.onFillable SslConnection@223573db::SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run ReservedThreadExecutor@59262a90{s=0/1,p=1}@28a18d82 in InstrumentedQueuedThreadPool[dw]@4b4814d0{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@59262a90{s=0/1,p=1}]
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillable SslConnection@223573db::SocketChannelEndPoint@2245695f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@223573db{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@550a4aad[p=HttpParser{s=START,0 of -1},g=HttpGenerator@39488c5f{s=START}]=>HttpChannelOverHttp@ddb8e1a{s=HttpChannelState@754a7528{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=1}@28a18d82 started
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@3e90e6f9{AC.ReadCB@550a4aad{HttpConnection@550a4aad::DecryptedEndPoint@7cccf54f{l=/10.233.67.141:9101,r=/10.233.67.134:53184,OPEN,fill=FI,flush=-,to=1/30000}}}
2021-08-22 07:30:39 698 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@59262a90{s=1/1,p=0}@28a18d82 waiting
2021-08-22 07:30:39 699 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - HttpConnection@550a4aad::De