Results

By type

          	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.GeneratedMethodAccessor30.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.$Proxy79.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 75 common frames omitted
2021-08-16 08:41:28 922 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-25 - 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.GeneratedMethodAccessor33.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-16 08:41:28 922 DEBUG [org.glassfish.jersey.server.ServerRuntime$Responder][dw-25 - 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.GeneratedMethodAccessor33.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-16 08:41:28 922 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@6cca30c exclude by status 499
2021-08-16 08:41:28 922 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4c0f2cd8[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@5b9cccb7{null}
2021-08-16 08:41:28 922 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=5}
499  HTTP/1.1
Date: Mon, 16 Aug 2021 08:41:28 GMT
X-TransactionID: 02445cc3-7295-4c4d-9d3f-11436c06d98a
X-InvocationID: 98a11d17-a73c-490f-8466-a058fecb82b4
Content-Length: 25
Content-Type: text/plain


2021-08-16 08:41:28 922 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@174e24f4[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@747921d2] (null,[p=0,l=25,c=8192,r=25],true)@START
2021-08-16 08:41:28 922 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=25} last=true content=HeapByteBuffer@4c0f2cd8[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-16 08:41:28 922 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Mon, 16 Aug 2021 08:41:28 GMT
X-TransactionID: 02445cc3-7295-4c4d-9d3f-11436c06d98a
X-InvocationID: 98a11d17-a73c-490f-8466-a058fecb82b4
Content-Length: 25
Content-Type: text/plain


2021-08-16 08:41:28 922 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH
2021-08-16 08:41:28 922 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@174e24f4[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@747921d2] ([p=0,l=209,c=8192,r=209],[p=0,l=25,c=8192,r=25],true)@COMPLETING
2021-08-16 08:41:28 922 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@41a5aa69{IDLE}->null [HeapByteBuffer@29ad1f8c[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@4c0f2cd8[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-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@41a5aa69{WRITING}->null:IDLE-->WRITING
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@310e2e54::SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=W,to=12/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@37264a3{s=COMPLETING}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@29ad1f8c[p=0,l=209,c=8192,r=209]={<<>>ary: Acce...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4c0f2cd8[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-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - 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-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 263 SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=W,to=12/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@37264a3{s=COMPLETING}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=W,to=12/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@37264a3{s=COMPLETING}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=234 remaining=0 WriteFlusher@41a5aa69{WRITING}->null
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@41a5aa69{IDLE}->null:WRITING-->IDLE
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@174e24f4[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@747921d2] ([p=209,l=209,c=8192,r=0],[p=25,l=25,c=8192,r=0],true)@END
2021-08-16 08:41:28 923 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=5468cb9b-cbbc-4253-8585-b7c4f112800e, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-rule-mgmt/v1/rule
2021-08-16 08:41:28 923 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << "HTTP/1.1 499 [\r][\n]"
2021-08-16 08:41:28 923 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting.
2021-08-16 08:41:28 923 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << "Date: Mon, 16 Aug 2021 08:41:28 GMT[\r][\n]"
2021-08-16 08:41:28 923 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << "X-TransactionID: 02445cc3-7295-4c4d-9d3f-11436c06d98a[\r][\n]"
2021-08-16 08:41:28 923 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << "X-InvocationID: 98a11d17-a73c-490f-8466-a058fecb82b4[\r][\n]"
2021-08-16 08:41:28 923 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << "Content-Type: text/plain[\r][\n]"
2021-08-16 08:41:28 923 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << "Content-Length: 25[\r][\n]"
2021-08-16 08:41:28 923 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << "[\r][\n]"
2021-08-16 08:41:28 923 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << "Failed to query the rule."
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@6e36168e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@6e36168e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:28 923 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << HTTP/1.1 499 
2021-08-16 08:41:28 923 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << Date: Mon, 16 Aug 2021 08:41:28 GMT
2021-08-16 08:41:28 923 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << X-TransactionID: 02445cc3-7295-4c4d-9d3f-11436c06d98a
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-08-16 08:41:28 923 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << X-InvocationID: 98a11d17-a73c-490f-8466-a058fecb82b4
2021-08-16 08:41:28 923 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << Content-Type: text/plain
2021-08-16 08:41:28 923 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148 << Content-Length: 25
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@6e36168e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@6e36168e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@6e36168e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=6}
2021-08-16 08:41:28 923 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=25
2021-08-16 08:41:28 923 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection can be kept alive indefinitely
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - unconsumed input HttpConnection@5e3cfafa::DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=13/30000}
2021-08-16 08:41:28 924 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Cancelling request execution
2021-08-16 08:41:28 924 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-148: Shutdown connection
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@310e2e54::SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@37264a3{s=END}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{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-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@9648aa0[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-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@4e6a8ce3[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@4e6a8ce3[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-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@37264a3{s=END}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{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-16 08:41:28 924 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection discarded
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@310e2e54::SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@37264a3{s=END}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{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-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 31 HeapByteBuffer@9648aa0[p=0,l=31,c=17408,r=31]={<<<\x15\x03\x03\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x02OM@\x1d\xF8\x85}\x86\x89\xE5\xF4x\x9c\xD2\xE6\x1d@\x84>>>le-mgmt/v...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=31
2021-08-16 08:41:28 924 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection released: [id: 148][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200]
2021-08-16 08:41:28 924 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-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@4e6a8ce3[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@4e6a8ce3[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-16 08:41:28 924 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@310e2e54{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@37264a3{s=END}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{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-16 08:41:28 924 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CONTENT,0 of -1}
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@5e3cfafa::DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=14/30000} filled -1 HeapByteBuffer@4e6a8ce3[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-16 08:41:28 924 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@5e3cfafa::DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@4e6a8ce3[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-16 08:41:28 924 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@4e6a8ce3[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-16 08:41:28 924 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CONTENT_END
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{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-16 08:41:28 924 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT_END --> END
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{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-16 08:41:28 924 DEBUG [org.eclipse.jetty.server.HttpInput][dw-25] invocationID:{InvocationID} - HttpInputOverHTTP@7ce13f9e[c=0,q=0,[0]=null,s=STREAM] addContent EOF
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - END --> CLOSED
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@5e3cfafa::DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=14/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-08-16 08:41:28 924 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5e3cfafa::DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=14/30000}
2021-08-16 08:41:28 925 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@6e36168e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:28 925 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 925 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@310e2e54::SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 925 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-16 08:41:28 925 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@310e2e54::SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 925 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:28 925 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:28 925 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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-16 08:41:28 925 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=14/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-16 08:41:28 925 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 925 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=15/30000}
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@310e2e54::SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=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-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@310e2e54::SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,CLOSED,fill=-,flush=-,to=15/30000}
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@1701ded2{l=/127.0.0.1:9101,r=/127.0.0.1:34820,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=/127.0.0.1:9101,r=/127.0.0.1:34820,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@43312d78{null}
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1a6edd72 startThread=0
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1a6edd72 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@1701ded2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/0 selected
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 0 updates
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 0 keys
2021-08-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1701ded2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25] invocationID:{InvocationID} - ignored: WriteFlusher@41a5aa69{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-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onFail FillInterest@3aa0a51d{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-16 08:41:28 926 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@1701ded2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 927 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose HttpConnection@5e3cfafa::DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 927 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] 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-16 08:41:28 927 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSED,0 of -1}
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose SslConnection@310e2e54::SocketChannelEndPoint@1701ded2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 927 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@5e3cfafa::DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@4e6a8ce3[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-16 08:41:28 927 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSED HeapByteBuffer@4e6a8ce3[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-16 08:41:28 927 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@5e3cfafa::DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5e3cfafa::DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1a6edd72 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@5e3cfafa::DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} onFillable exit HttpChannelState@6e36168e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@310e2e54{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@7758a2d4{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5e3cfafa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@37264a3{s=START}]=>HttpChannelOverHttp@a977902{s=HttpChannelState@6e36168e{s=IDLE rs=BLOCKING 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-16 08:41:28 927 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@63bf9d94 size 1 > capacity
2021-08-16 08:41:28 927 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@103c97ff{s=1/1,p=0}@63bf9d94 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:35 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@58e02359-RuleActiveApp@6f3bd37f{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@20bb309d[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49156]] on ManagedSelector@36238b12{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-16 08:41:35 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@58e02359-RuleActiveApp@6f3bd37f{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=0 selected=0 updates=1
2021-08-16 08:41:35 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:35 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/0 selected
2021-08-16 08:41:35 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
2021-08-16 08:41:35 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:35 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update Accept@20bb309d[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49156]]
2021-08-16 08:41:35 859 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue Accept@20bb309d[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49156]] startThread=0
2021-08-16 08:41:35 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:35 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:35 860 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run Accept@20bb309d[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49156]] in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:35 860 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-27] invocationID:{InvocationID} - SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-08-16 08:41:35 861 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-27] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@6cf169cf
2021-08-16 08:41:35 863 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - new HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=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@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-16 08:41:35 864 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=0/30000}
2021-08-16 08:41:35 864 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d5440@5d22ac64 on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:35 864 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 864 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=0}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 864 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=1/30000}
2021-08-16 08:41:35 864 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=1/30000}
2021-08-16 08:41:35 864 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@4bf9800e{AC.ReadCB@4f0dd86{HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-16 08:41:35 864 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=0}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 864 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@3704499{SSLC.NBReadCB@699633d1{SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@5b20e79d on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=2
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Created SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran Accept@20bb309d[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49156]] in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/1 selected
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 2 updates
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 2
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d5440@5d22ac64
2021-08-16 08:41:35 865 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@5b20e79d
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 1/1/1 selected
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 1 keys, 0 updates
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49156], selector=sun.nio.ch.EPollSelectorImpl@40a658a4, interestOps=1, readyOps=1 SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=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-16 08:41:35 866 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0} tryExecute EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3287]@2021-08-16T08:41:35.866741Z
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=0}@7a115689 offer EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=0}][pc=0,pic=0,pec=8,epc=3287]@2021-08-16T08:41:35.866817Z
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1} startReservedThread p=1
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@103c97ff{s=0/1,p=1}@38657690 startThread=0
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - run ReservedThreadExecutor@103c97ff{s=0/1,p=1}@38657690 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}]
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=1}@38657690 started
2021-08-16 08:41:35 866 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3287]@2021-08-16T08:41:35.866905Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=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-16 08:41:35 866 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@38657690 waiting
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1}@7a115689 task=EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3288]@2021-08-16T08:41:35.866998Z
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@3704499{SSLC.NBReadCB@699633d1{SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3288]@2021-08-16T08:41:35.867094Z tryProduce true
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@4bf9800e{AC.ReadCB@4f0dd86{HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6105f768[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03J\xAf?\r\xA9\\rA,\xAfm\x80\xA6%...\xCa\x8f]\x0b\xD7\x88\x82iy\xF5\t\x0c\xF0\xB6\xC9\x9f\xD0\r)\xA32b2>>>\xEa\xDd\xB4\x17TGjJ\x0b...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=261
2021-08-16 08:41:35 867 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill starting handshake SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 868 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@4e6a8ce3[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@4e6a8ce3[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-16 08:41:35 868 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2021-08-16 08:41:35 869 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-16 08:41:35 869 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 869 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:35 869 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:35 869 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@699633d1{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 373 HeapByteBuffer@6105f768[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03J\xAf?\r\xA9\\rA...\x8e\xD2\xBa2\xA0[\x91O\xDa5\x02B\x0f2\xC4\x92G\xEd\x95\x0c\xC4\xB4\xA3>>>\x984\xEa\xA4\x18\x1c6\xE0\x91...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=373
2021-08-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@4e6a8ce3[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@4e6a8ce3[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-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6105f768[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03J\xAf?\r\xA9\\rA,\xAfm\x80\xA6%...\x8e\xD2\xBa2\xA0[\x91O\xDa5\x02B\x0f2\xC4\x92G\xEd\x95\x0c\xC4\xB4\xA3>>>\x984\xEa\xA4\x18\x1c6\xE0\x91...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@4e6a8ce3[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@4e6a8ce3[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-16 08:41:35 870 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2021-08-16 08:41:35 876 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-22] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@6cf169cf
2021-08-16 08:41:35 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-16 08:41:35 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:35 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:35 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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-16 08:41:35 879 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:35 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:35 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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-16 08:41:35 879 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 880 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:35 880 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:35 880 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-08-16 08:41:35 881 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 881 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:35 881 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@699633d1{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:35 882 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 230 HeapByteBuffer@6105f768[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005K\xEb(\x1e%\x08\xC0\xA2B@\xB5\xF0x\xF0&\x85-6 \x10...!\x1cQ \xE7\xF2\x1bj\xBd;\x19\x19\x8f\n\xDdd\xEf\x14\xCf\xB8\x02\x81\xB0>>>C\x13\x01\x8dd\x0e\xE7<\xE3...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=230
2021-08-16 08:41:35 883 DEBUG [jdk.event.security][dw-22] invocationID:{InvocationID} -  TLSHandshake: 10.233.65.89:49156, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-08-16 08:41:35 883 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@4e6a8ce3[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@4e6a8ce3[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-16 08:41:35 883 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - handshake succeeded SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=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-16 08:41:35 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-16 08:41:35 884 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6105f768[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...a+8F\xD4\x97]<<<\x17\x03\x03\x00\xA7\xB7\x87\x80\xCa\xB6\xF7\x13\xB7\xF9\xE0\xB7z4t\x98\xBd$&rl...!\x1cQ \xE7\xF2\x1bj\xBd;\x19\x19\x8f\n\xDdd\xEf\x14\xCf\xB8\x02\x81\xB0>>>C\x13\x01\x8dd\x0e\xE7<\xE3...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:35 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>\x8a\xDa\xA5\x87\xAbY\x1dM\n...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>\x8a\xDa\xA5\x87\xAbY\x1dM\n...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=20/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=START,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:35 885 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=20/30000} filled 150 HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>\x8a\xDa\xA5\x87\xAbY\x1dM\n...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 885 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=20/30000} parse HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>\x8a\xDa\xA5\x87\xAbY\x1dM\n...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-16 08:41:35 885 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>\x8a\xDa\xA5\x87\xAbY\x1dM\n...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 885 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - START --> SPACE1
2021-08-16 08:41:35 885 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE1 --> URI
2021-08-16 08:41:35 885 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - URI --> SPACE2
2021-08-16 08:41:35 885 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-08-16 08:41:35 885 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-08-16 08:41:35 886 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-08-16 08:41:35 886 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-08-16 08:41:35 886 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-08-16 08:41:35 886 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-08-16 08:41:35 886 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-08-16 08:41:35 886 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-08-16 08:41:35 886 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-08-16 08:41:35 886 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-08-16 08:41:35 886 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-08-16 08:41:35 887 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-08-16 08:41:35 887 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - HEADER --> CONTENT
2021-08-16 08:41:35 888 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - REQUEST for //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
GET //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.65.131:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-08-16 08:41:35 888 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=23/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-08-16 08:41:35 888 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=23/30000}
2021-08-16 08:41:35 888 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - handle //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 
2021-08-16 08:41:35 888 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - handling HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-16 08:41:35 889 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-08-16 08:41:35 889 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-22] invocationID:{InvocationID} - Host 10.233.65.131 with SNI null
2021-08-16 08:41:35 889 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-08-16 08:41:35 889 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22] invocationID:{InvocationID} - GzipHandler@3ca3648{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck)@50185707 in null
2021-08-16 08:41:35 889 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE}
2021-08-16 08:41:35 890 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-22] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE}
2021-08-16 08:41:35 890 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:35 890 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - chain=customFilter@21b51e59==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a64cb0c@7a64cb0c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-755b5f30@755b5f30==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:35 890 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter customFilter@21b51e59==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-08-16 08:41:35 891 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Entering.
2021-08-16 08:41:35 891 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-08-16 08:41:35 891 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 421f109f-f2dc-48a0-a608-1bba7cc0c64f
2021-08-16 08:41:35 891 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Invoking synchronously ... 
2021-08-16 08:41:35 891 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a64cb0c@7a64cb0c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-08-16 08:41:35 891 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-755b5f30@755b5f30==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-08-16 08:41:35 891 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:35 894 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@3ca3648{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck)@50185707
2021-08-16 08:41:35 894 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@51b6ac4e exclude no deflater
2021-08-16 08:41:35 894 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@42f4811e[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@c04909f{null}
2021-08-16 08:41:35 895 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
200 OK HTTP/1.1
Connection: close
Date: Mon, 16 Aug 2021 08:41:35 GMT
X-TransactionID: 421f109f-f2dc-48a0-a608-1bba7cc0c64f
X-InvocationID: fd6983bd-26b8-490c-8146-f408b5de95c4
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-16 08:41:35 895 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@1eb64e77[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7a865533] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-08-16 08:41:35 895 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@42f4811e[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-16 08:41:35 895 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 16 Aug 2021 08:41:35 GMT
X-TransactionID: 421f109f-f2dc-48a0-a608-1bba7cc0c64f
X-InvocationID: fd6983bd-26b8-490c-8146-f408b5de95c4
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-16 08:41:35 895 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-08-16 08:41:35 895 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@1eb64e77[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7a865533] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-08-16 08:41:35 895 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@1c1cd70c{IDLE}->null [HeapByteBuffer@29ad1f8c[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@42f4811e[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-16 08:41:35 895 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@1c1cd70c{WRITING}->null:IDLE-->WRITING
2021-08-16 08:41:35 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=13/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=W,to=31/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=COMPLETING}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9}
2021-08-16 08:41:35 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@29ad1f8c[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-16 08:41:35 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@42f4811e[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-16 08:41:35 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-08-16 08:41:35 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - 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-16 08:41:35 896 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=14/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=W,to=32/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=COMPLETING}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=9}
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=W,to=32/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=COMPLETING}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10}
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@1c1cd70c{WRITING}->null
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@1c1cd70c{IDLE}->null:WRITING-->IDLE
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@1eb64e77[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7a865533] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@1eb64e77[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7a865533] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=32/30000}
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUTTING,fill=-,flush=-,to=33/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10} oshut=false, ishut=false
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUTTING,fill=-,flush=-,to=33/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=10}
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:35 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:35 898 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - 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-16 08:41:35 898 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUTTING,fill=-,flush=-,to=34/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=11}
2021-08-16 08:41:35 898 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:35 898 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUTTING,fill=-,flush=-,to=34/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=11}
2021-08-16 08:41:35 899 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUTTING,fill=-,flush=-,to=34/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=12}
2021-08-16 08:41:35 899 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUTTING,fill=-,flush=-,to=34/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=12}
2021-08-16 08:41:35 899 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@3704499{SSLC.NBReadCB@699633d1{SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUTTING,fill=-,flush=-,to=35/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=12}}}
2021-08-16 08:41:35 899 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUTTING,fill=-,flush=-,to=35/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=12}
2021-08-16 08:41:35 899 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@5b20e79d on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:35 899 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/1 selected
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@5b20e79d
2021-08-16 08:41:35 900 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=b4616ef2-e56b-4478-9300-e7cd61aef43d, referenceCounter=0, store size=0} on thread dw-22 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=35/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=13}
2021-08-16 08:41:35 900 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-22] invocationID:{InvocationID} - Exiting.
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 1/1/1 selected
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 1 keys, 0 updates
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.65.131:9101 remote=/10.233.65.89:49156], selector=sun.nio.ch.EPollSelectorImpl@40a658a4, interestOps=1, readyOps=1 SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=36/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=13} 
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.server.Server][dw-22] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=13}
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@31e0ac15{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-08-16 08:41:35 900 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@31e0ac15{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=14}
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=36/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=14}
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - completed HttpChannelState@31e0ac15{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - unhandle HttpChannelState@31e0ac15{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@31e0ac15{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=14}
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=36/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=14}:runFillable:BLOCKING
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0} tryExecute EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3288]@2021-08-16T08:41:35.90163Z
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=0}@38657690 offer EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=0}][pc=0,pic=0,pec=8,epc=3288]@2021-08-16T08:41:35.90175Z
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-22] invocationID:{InvocationID} - recycle HttpChannelState@31e0ac15{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
10.233.65.89 - - [16/Aug/2021:08:41:35 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 14
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1} startReservedThread p=1
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@103c97ff{s=0/1,p=1}@524229ac startThread=0
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@103c97ff{s=0/1,p=1}@524229ac in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}]
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=1}@524229ac started
2021-08-16 08:41:35 901 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@524229ac waiting
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1}@38657690 task=EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3288]@2021-08-16T08:41:35.902007Z
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3288]@2021-08-16T08:41:35.90208Z tryProduce true
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=1}][pc=0,pic=0,pec=8,epc=3288]@2021-08-16T08:41:35.901941Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=37/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@49676849{s=END}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=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-16 08:41:35 902 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=37/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@3704499{SSLC.NBReadCB@699633d1{SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=37/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=37/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6105f768[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x00\xE5\xF5\xC0\xBd\xAf\xCaYI\xE1\xD31\x0f\x9b\x95[\xF7JP>>>\xE2-\xAbl\x15\xC6\xEaK\xA0...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=37/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=24
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=38/30000}
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=38/30000}
2021-08-16 08:41:35 902 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=38/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 902 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=38/30000} filled -1 HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=38/30000}
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - close(null) DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=38/30000}
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=38/30000} parse HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=38/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=38/30000}
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=38/30000}
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=38/30000} onFillable exit HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=39/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 903 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@54aae1bc size 1 > capacity
2021-08-16 08:41:35 903 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@103c97ff{s=1/1,p=0}@54aae1bc in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:35 904 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=39/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=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-16 08:41:35 904 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=39/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 904 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@3704499{SSLC.NBReadCB@699633d1{SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=40/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 905 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=40/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 905 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@5b20e79d on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:35 905 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:35 905 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=40/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 905 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=40/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 906 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@5620975b{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=/10.233.65.131:9101,r=/10.233.65.89:49156,CLOSED,fill=-,flush=-,to=41/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 907 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@3704499{SSLC.NBReadCB@699633d1{SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=42/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 907 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:35 907 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/0 selected
2021-08-16 08:41:35 907 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
2021-08-16 08:41:35 907 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:35 907 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@5b20e79d
2021-08-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@5620975b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=42/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close SocketChannelEndPoint@5620975b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=43/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillableFail SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=42/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5620975b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=43/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onFail FillInterest@4bf9800e{null}
java.nio.channels.ClosedChannelException: null
	at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150)
	at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355)
	at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366)
	at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192)
	at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175)
	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396)
	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)
	at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)
	at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-08-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 0 keys
2021-08-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@36238b12{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-16 08:41:35 908 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@79de3cb8 startThread=0
2021-08-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@4bf9800e{null}
2021-08-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=3/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=43/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@4bf9800e{null}
2021-08-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - FillInterest@4bf9800e{null} lost race null
2021-08-16 08:41:35 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=44/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 908 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@7a115689 size 1 > capacity
2021-08-16 08:41:35 908 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@103c97ff{s=1/1,p=0}@7a115689 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:35 909 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@79de3cb8 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:35 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@5620975b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=4/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=45/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:35 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/0 selected
2021-08-16 08:41:35 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 0 updates
2021-08-16 08:41:35 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:35 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:35 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 0 keys
2021-08-16 08:41:35 910 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose HttpConnection@4f0dd86::DecryptedEndPoint@63287f3d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=45/30000}
2021-08-16 08:41:35 911 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose SslConnection@699633d1::SocketChannelEndPoint@5620975b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=5/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@699633d1{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63287f3d{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=46/30000}=>HttpConnection@4f0dd86[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@49676849{s=START}]=>HttpChannelOverHttp@35b4a06{s=HttpChannelState@31e0ac15{s=IDLE rs=BLOCKING 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-16 08:41:35 911 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@79de3cb8 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:38 855 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@2c625f19] obtained in 0 millis
2021-08-16 08:41:38 856 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@5e3daf12, maxRows=0, fetchSize=0, flags=16
2021-08-16 08:41:38 856 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> CloseStatement(S_404)
2021-08-16 08:41:38 856 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Parse(stmt=S_405,query="/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY",oids={})
2021-08-16 08:41:38 856 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_405,portal=null)
2021-08-16 08:41:38 856 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Describe(portal=null)
2021-08-16 08:41:38 856 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2021-08-16 08:41:38 857 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE=> Sync
2021-08-16 08:41:38 859 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE CloseComplete
2021-08-16 08:41:38 859 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-16 08:41:38 859 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2021-08-16 08:41:38 859 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query /* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY
2021-08-16 08:41:38 859 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} -  FE marking setPortalDescribed(false) for query SYNC
2021-08-16 08:41:38 859 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@2c625f19] released
2021-08-16 08:41:38 860 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$$e44a6296.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.GeneratedMethodAccessor30.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.$Proxy79.execute(Unknown Source)
	at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327)
	... 14 common frames omitted
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@58e02359-RuleActiveApp@6f3bd37f{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@44a01a9d[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49238]] on ManagedSelector@36238b12{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@58e02359-RuleActiveApp@6f3bd37f{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=0 selected=0 updates=1
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/0 selected
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update Accept@44a01a9d[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49238]]
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue Accept@44a01a9d[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49238]] startThread=0
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run Accept@44a01a9d[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49238]] in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:45 857 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-25] invocationID:{InvocationID} - SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-08-16 08:41:45 858 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-25] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@4bbe1823
2021-08-16 08:41:45 858 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - new HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=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@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-16 08:41:45 858 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - New HTTP Connection HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}
2021-08-16 08:41:45 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d5440@665cc5b6 on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:45 858 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 858 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 858 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onOpen HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - fillInterested HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@54ded49b{AC.ReadCB@6e1a7d8b{HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@542fcac3{SSLC.NBReadCB@4c2e1d91{SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@68519742 on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=2
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/1 selected
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 2 updates
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 2
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d5440@665cc5b6
2021-08-16 08:41:45 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@68519742
2021-08-16 08:41:45 860 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Created SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 860 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 860 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:45 860 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:45 860 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 1/1/1 selected
2021-08-16 08:41:45 860 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 1 keys, 0 updates
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49238], selector=sun.nio.ch.EPollSelectorImpl@40a658a4, interestOps=1, readyOps=1 SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran Accept@44a01a9d[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49238]] in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=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-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0} tryExecute EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3289]@2021-08-16T08:41:45.861406Z
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=0}@524229ac offer EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=0}][pc=0,pic=0,pec=8,epc=3289]@2021-08-16T08:41:45.861507Z
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1} startReservedThread p=1
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue ReservedThreadExecutor@103c97ff{s=0/1,p=1}@1556d3e5 startThread=0
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1}@524229ac task=EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3289]@2021-08-16T08:41:45.861664Z
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3289]@2021-08-16T08:41:45.861785Z tryProduce true
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@103c97ff{s=0/1,p=1}@1556d3e5 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}]
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=1}@1556d3e5 started
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3289]@2021-08-16T08:41:45.861713Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=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-16 08:41:45 861 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@1556d3e5 waiting
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 861 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:45 862 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@542fcac3{SSLC.NBReadCB@4c2e1d91{SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-16 08:41:45 862 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >c.onFillable SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 862 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - onFillable SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 862 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@54ded49b{AC.ReadCB@6e1a7d8b{HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=3/30000}}}
2021-08-16 08:41:45 862 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:45 862 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >fill SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 862 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-16 08:41:45 863 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6105f768[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x9e\xC9cQ\xD1\x9c\xBbr\xC4\xBbZ\xB5\x11\x8b...\x04\xE7\x7f\xDd\x7f\xF1\x1e\x1eY7\xA1k\xFb\x98\xD5x\xF6\xC1(XwyK>>>\xF4\x88f\x06\x93\x15\x08\x10]...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 863 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=261
2021-08-16 08:41:45 863 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill starting handshake SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 864 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 864 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_TASK
2021-08-16 08:41:45 864 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-16 08:41:45 864 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >flush SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 864 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:45 864 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:45 864 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@4c2e1d91{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 6 HeapByteBuffer@6105f768[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x9e\xC9cQ...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=6
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6105f768[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >fill SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 367 HeapByteBuffer@6105f768[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x9e\xC9cQ\xD1\x9c\xBbr\xC4\xBbZ\xB5\x11\x8b...\x12\x9b\x0e^-z\xB6\xFd\xD3\xA9\xCf\xC5\x9eI\x97\xB1\x10YRW`\xAf\xCa>>>\xEd\x95\x0c\xC4\xB4\xA3\x984\xEa...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 865 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=367
2021-08-16 08:41:45 866 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 866 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_TASK
2021-08-16 08:41:45 870 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-20] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@4bbe1823
2021-08-16 08:41:45 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-16 08:41:45 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >flush SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:45 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:45 874 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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-16 08:41:45 874 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 874 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:45 874 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:45 874 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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-16 08:41:45 874 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 874 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:45 874 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:45 874 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-08-16 08:41:45 874 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@4c2e1d91{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6105f768[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=16/30000} filled 0 HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=START,0 of -1}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=16/30000}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-20] invocationID:{InvocationID} - fillInterested HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=16/30000}
2021-08-16 08:41:45 875 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - interested FillInterest@54ded49b{AC.ReadCB@6e1a7d8b{HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - interested FillInterest@542fcac3{SSLC.NBReadCB@4c2e1d91{SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@68519742 on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/1 selected
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
10.233.65.89 - - [16/Aug/2021:08:41:45 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@68519742
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:45 876 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@38657690 size 1 > capacity
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 1/1/1 selected
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 1 keys, 0 updates
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - ran ReservedThreadExecutor@103c97ff{s=1/1,p=0}@38657690 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49238], selector=sun.nio.ch.EPollSelectorImpl@40a658a4, interestOps=1, readyOps=1 SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=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-16 08:41:45 877 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0} tryExecute EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3290]@2021-08-16T08:41:45.877611Z
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=0}@1556d3e5 offer EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=0}][pc=0,pic=0,pec=8,epc=3290]@2021-08-16T08:41:45.877674Z
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1} startReservedThread p=1
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@103c97ff{s=0/1,p=1}@13cafc7a startThread=0
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1}@1556d3e5 task=EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3290]@2021-08-16T08:41:45.877811Z
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3290]@2021-08-16T08:41:45.877863Z tryProduce true
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3290]@2021-08-16T08:41:45.877783Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=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-16 08:41:45 878 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@542fcac3{SSLC.NBReadCB@4c2e1d91{SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-16 08:41:45 878 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 878 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 878 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@54ded49b{AC.ReadCB@6e1a7d8b{HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-08-16 08:41:45 878 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:45 878 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 878 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:45 877 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:45 878 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:45 878 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 230 HeapByteBuffer@6105f768[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x0052I\x9d1\xB3G\x82\xAf\xAfJ\xE0m;f#u\xF0\n-\x8d...\xC5\x91f\x19O\x04f\xEb\xF5\x85\x85?\xDc\x1a\x83\xDa+A\xEa\xB1\x01\x9aq>>>\t9\x8d\xA7\x11\xD6\x01\xD3T...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 878 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=230
2021-08-16 08:41:45 879 DEBUG [jdk.event.security][dw-26] invocationID:{InvocationID} -  TLSHandshake: 10.233.65.89:49238, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#x\xC0\xEb\xBd...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=53/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - handshake succeeded SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=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-16 08:41:45 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6105f768[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...4'\xD6\x9e\x8dk\xEa<<<\x17\x03\x03\x00\xA7\x86Sq\xE6 2\xA0\xD3\xDc\xF3\x01\x10\xFb\xE5\xD2\xE7C\xF6\x8ap...\xC5\x91f\x19O\x04f\xEb\xF5\x85\x85?\xDc\x1a\x83\xDa+A\xEa\xB1\x01\x9aq>>>\t9\x8d\xA7\x11\xD6\x01\xD3T...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>Yb\xA6\x1d4b\xCa\xF2\xF8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>Yb\xA6\x1d4b\xCa\xF2\xF8...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=START,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=3/30000} filled 150 HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>Yb\xA6\x1d4b\xCa\xF2\xF8...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>Yb\xA6\x1d4b\xCa\xF2\xF8...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>Yb\xA6\x1d4b\xCa\xF2\xF8...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - START --> SPACE1
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE1 --> URI
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - URI --> SPACE2
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER --> CONTENT
2021-08-16 08:41:45 879 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - REQUEST for //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.65.131:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=4/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=4/30000}
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - handle //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - handling HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-26] invocationID:{InvocationID} - Host 10.233.65.131 with SNI null
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1}
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26] invocationID:{InvocationID} - GzipHandler@3ca3648{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck)@2c7d2b53 in null
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE}
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE}
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - chain=customFilter@21b51e59==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a64cb0c@7a64cb0c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-755b5f30@755b5f30==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter customFilter@21b51e59==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-08-16 08:41:45 880 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Entering.
2021-08-16 08:41:45 880 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-08-16 08:41:45 880 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: a1b5f012-5060-4a1d-9b98-fb4b1ad7da3d
2021-08-16 08:41:45 880 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Invoking synchronously ... 
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a64cb0c@7a64cb0c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-755b5f30@755b5f30==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-08-16 08:41:45 880 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:45 881 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@3ca3648{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck)@2c7d2b53
2021-08-16 08:41:45 881 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@66ed8949 exclude no deflater
2021-08-16 08:41:45 881 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@b33c1a7[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@4fdec597{null}
2021-08-16 08:41:45 881 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Mon, 16 Aug 2021 08:41:45 GMT
X-TransactionID: a1b5f012-5060-4a1d-9b98-fb4b1ad7da3d
X-InvocationID: 7f085692-17e1-43f4-a36d-359725cd1f47
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-16 08:41:45 881 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@abc488c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@113f53] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-08-16 08:41:45 881 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@b33c1a7[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-16 08:41:45 881 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 16 Aug 2021 08:41:45 GMT
X-TransactionID: a1b5f012-5060-4a1d-9b98-fb4b1ad7da3d
X-InvocationID: 7f085692-17e1-43f4-a36d-359725cd1f47
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-16 08:41:45 881 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@abc488c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@113f53] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@15bae80f{IDLE}->null [HeapByteBuffer@29ad1f8c[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@b33c1a7[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-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@15bae80f{WRITING}->null:IDLE-->WRITING
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=COMPLETING}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@29ad1f8c[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-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@b33c1a7[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-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - 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-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=COMPLETING}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=COMPLETING}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@15bae80f{WRITING}->null
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@15bae80f{IDLE}->null:WRITING-->IDLE
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@abc488c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@113f53] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@abc488c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@113f53] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=6/30000}
2021-08-16 08:41:45 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=END}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=END}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - 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-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=END}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=END}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=END}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=END}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@542fcac3{SSLC.NBReadCB@4c2e1d91{SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=END}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}}
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@69950a07{s=END}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@68519742 on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:45 883 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:45 884 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=60d62776-3f37-4042-8b4b-ae208a3657af, referenceCounter=0, store size=0} on thread dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-08-16 08:41:45 884 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Exiting.
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@52bf0ce0{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@52bf0ce0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - completed HttpChannelState@52bf0ce0{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@52bf0ce0{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@52bf0ce0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - recycle HttpChannelState@52bf0ce0{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4c2e1d91{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6105f768[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xE68\xD2\xF2\x9a\xBcj\x1c\xC9Y\xA9\x99*h\xD0\xB8\xAcf\x8e>>>h\xF6\xF1D\x89\xC9\xF0{\x05...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=24
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 884 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-08-16 08:41:45 884 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 885 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=-,flush=-,to=9/30000}
2021-08-16 08:41:45 885 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=-,flush=-,to=9/30000}
2021-08-16 08:41:45 885 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - shutdownOutput: SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=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-16 08:41:45 885 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - ensureFillInterested SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 885 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 885 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 885 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - doClose SocketChannelEndPoint@27a4085c{l=/10.233.65.131:9101,r=/10.233.65.89:49238,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=/10.233.65.131:9101,r=/10.233.65.89:49238,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 885 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@542fcac3{SSLC.NBReadCB@4c2e1d91{SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 890 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:45 890 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/0 selected
2021-08-16 08:41:45 890 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
2021-08-16 08:41:45 890 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:45 890 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@68519742
2021-08-16 08:41:45 890 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@27a4085c{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=5/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 890 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@27a4085c{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=5/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 891 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@27a4085c{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=5/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:45 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 0 keys
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillableFail SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/1,kio=-1,kro=-1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onFail FillInterest@54ded49b{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-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup ManagedSelector@36238b12{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2c716552 startThread=0
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@54ded49b{null}
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/0 selected
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 0 updates
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 0 keys
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000} onFillable exit HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 893 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=1}@524229ac waiting
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@103c97ff{s=1/1,p=1}@13cafc7a in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=1}]
2021-08-16 08:41:45 893 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=1}@13cafc7a size 1 > capacity
2021-08-16 08:41:45 894 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2c716552 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:45 894 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@103c97ff{s=1/1,p=0}@13cafc7a in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:45 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@27a4085c{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 894 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose HttpConnection@6e1a7d8b::DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}
2021-08-16 08:41:45 894 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose SslConnection@4c2e1d91::SocketChannelEndPoint@27a4085c{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@4c2e1d91{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@555e0803{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@6e1a7d8b[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@69950a07{s=START}]=>HttpChannelOverHttp@3ed6d305{s=HttpChannelState@52bf0ce0{s=IDLE rs=BLOCKING 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-16 08:41:45 894 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2c716552 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@58e02359-RuleActiveApp@6f3bd37f{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@75e0ba3f[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49324]] on ManagedSelector@36238b12{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-16 08:41:55 855 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@58e02359-RuleActiveApp@6f3bd37f{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=0 selected=0 updates=1
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/0 selected
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update Accept@75e0ba3f[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49324]]
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue Accept@75e0ba3f[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49324]] startThread=0
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@75e0ba3f[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49324]] in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-08-16 08:41:55 856 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@29b1c3a6
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=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@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d5440@2b39ba05 on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=1/30000}
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=1/30000}
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@7a533c98{AC.ReadCB@4a674ec{HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@1c5c4845{SSLC.NBReadCB@77cbcb0{SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-16 08:41:55 857 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@7ea7fe42 on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=2
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/1 selected
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 2 updates
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 2
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d5440@2b39ba05
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@7ea7fe42
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@75e0ba3f[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49324]] in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 1/1/1 selected
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 1 keys, 0 updates
2021-08-16 08:41:55 858 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49324], selector=sun.nio.ch.EPollSelectorImpl@40a658a4, interestOps=1, readyOps=1 SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=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-16 08:41:55 859 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0} tryExecute EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3291]@2021-08-16T08:41:55.859245Z
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=0}@524229ac offer EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=0}][pc=0,pic=0,pec=8,epc=3291]@2021-08-16T08:41:55.859325Z
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1} startReservedThread p=1
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@103c97ff{s=0/1,p=1}@2e89f550 startThread=0
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@103c97ff{s=0/1,p=1}@2e89f550 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}]
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=1}@2e89f550 started
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@2e89f550 waiting
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3291]@2021-08-16T08:41:55.85943Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=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-16 08:41:55 859 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@524229ac task=EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3292]@2021-08-16T08:41:55.859564Z
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3292]@2021-08-16T08:41:55.859602Z tryProduce true
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@1c5c4845{SSLC.NBReadCB@77cbcb0{SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:55 859 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 860 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 860 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@7a533c98{AC.ReadCB@4a674ec{HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-08-16 08:41:55 860 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:55 860 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 860 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-16 08:41:55 860 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6105f768[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xC1\xEf-\xCa\x1a\xB6\xBdn\x9c\xFe2\xE3b{...p\xBc\x1e\x9e\x17\xE4\x04\x1b\xA2\x80ue\x15\\\x92\xF5\xA5\x16\xDd\xF3\x98$g>>><\xF4.\xCe2z\xC5\x02%...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 860 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261
2021-08-16 08:41:55 860 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 861 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 861 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2021-08-16 08:41:55 861 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-16 08:41:55 862 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 862 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:55 862 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:55 862 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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-16 08:41:55 862 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 862 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:55 863 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@77cbcb0{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 863 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:55 863 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 373 HeapByteBuffer@6105f768[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xC1\xEf-\xCa\x1a\xB6\xBdn...)\x1d\xDa\x11\x15\xC7\xD0/A^\xEb\x83m\x8c-\x0e\xAe\x86\x04\xAccv\xDf>>>\x984\xEa\xA4\x18\x1c6\xE0\x91...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 863 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=373
2021-08-16 08:41:55 863 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 863 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:55 863 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6105f768[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xC1\xEf-\xCa\x1a\xB6\xBdn\x9c\xFe2\xE3b{...)\x1d\xDa\x11\x15\xC7\xD0/A^\xEb\x83m\x8c-\x0e\xAe\x86\x04\xAccv\xDf>>>\x984\xEa\xA4\x18\x1c6\xE0\x91...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 863 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:55 863 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 863 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2021-08-16 08:41:55 868 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-27] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@29b1c3a6
2021-08-16 08:41:55 871 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-16 08:41:55 871 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 871 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:55 871 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:55 871 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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-16 08:41:55 872 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 872 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:55 872 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:55 872 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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-16 08:41:55 872 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 872 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:55 872 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:55 872 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-08-16 08:41:55 872 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 872 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:55 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@77cbcb0{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:55 873 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6105f768[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-16 08:41:55 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:55 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:55 873 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 230 HeapByteBuffer@6105f768[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\x84\xD5\x98\xEcg\x87\xDd\xBe"\xBc\x8a\xE4\x1c\x81-i\xC5\xCfO\xF5...O\xF07\xAb=\x7f\xA3}\xA1\x81\xFd\xC4E\xAb\xF8\xE9\xA1\xA7\n\x10\x17\x02\x95>>>C\x13\x01\x8d\xFb!\x0c\xC8}...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 873 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=230
2021-08-16 08:41:55 874 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} -  TLSHandshake: 10.233.65.89:49324, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-08-16 08:41:55 874 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC5\x94m\x16...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 874 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=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-16 08:41:55 874 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-16 08:41:55 874 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6105f768[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\xD5\x8d\xB3(\xB0$\xC7<<<\x17\x03\x03\x00\xA7\x87\xAcxKh\xD0\x86d3\xB80\x02\x90\x01\xF7\xE3\x903\xF1\xA2...O\xF07\xAb=\x7f\xA3}\xA1\x81\xFd\xC4E\xAb\xF8\xE9\xA1\xA7\n\x10\x17\x02\x95>>>C\x13\x01\x8d\xFb!\x0c\xC8}...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>\xA8\xFb\x1dJ\\\x96\xC6\xD1\xD9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>\xA8\xFb\x1dJ\\\x96\xC6\xD1\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@4a674ec[p=HttpParser{s=START,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=17/30000} filled 150 HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>\xA8\xFb\x1dJ\\\x96\xC6\xD1\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>\xA8\xFb\x1dJ\\\x96\xC6\xD1\xD9...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>\xA8\xFb\x1dJ\\\x96\xC6\xD1\xD9...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-08-16 08:41:55 875 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-08-16 08:41:55 876 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT
2021-08-16 08:41:55 876 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.65.131:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-08-16 08:41:55 876 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=18/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-08-16 08:41:55 876 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=18/30000}
2021-08-16 08:41:55 876 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-08-16 08:41:55 876 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-16 08:41:55 876 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-08-16 08:41:55 876 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.65.131 with SNI null
2021-08-16 08:41:55 876 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-08-16 08:41:55 876 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@3ca3648{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck)@2fdc3894 in null
2021-08-16 08:41:55 877 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE}
2021-08-16 08:41:55 877 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE}
2021-08-16 08:41:55 877 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:55 877 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=customFilter@21b51e59==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a64cb0c@7a64cb0c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-755b5f30@755b5f30==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:55 877 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter customFilter@21b51e59==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-08-16 08:41:55 877 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering.
2021-08-16 08:41:55 877 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-08-16 08:41:55 877 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9692b9a0-866c-4bd9-8a08-fcc73cad6754
2021-08-16 08:41:55 877 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 
2021-08-16 08:41:55 877 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a64cb0c@7a64cb0c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-08-16 08:41:55 877 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-755b5f30@755b5f30==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-08-16 08:41:55 877 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:55 878 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@3ca3648{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck)@2fdc3894
2021-08-16 08:41:55 878 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@731c3efd exclude no deflater
2021-08-16 08:41:55 878 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@65b17277[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@47338e4{null}
2021-08-16 08:41:55 879 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Mon, 16 Aug 2021 08:41:55 GMT
X-TransactionID: 9692b9a0-866c-4bd9-8a08-fcc73cad6754
X-InvocationID: 79fdc07a-cd83-480b-bf2e-32e75b203b92
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-16 08:41:55 879 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@4a25b866[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@585c8c09] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-08-16 08:41:55 879 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@65b17277[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-16 08:41:55 879 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 16 Aug 2021 08:41:55 GMT
X-TransactionID: 9692b9a0-866c-4bd9-8a08-fcc73cad6754
X-InvocationID: 79fdc07a-cd83-480b-bf2e-32e75b203b92
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-16 08:41:55 879 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-08-16 08:41:55 879 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@4a25b866[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@585c8c09] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-08-16 08:41:55 879 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@36107fbf{IDLE}->null [HeapByteBuffer@29ad1f8c[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@65b17277[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-16 08:41:55 879 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@36107fbf{WRITING}->null:IDLE-->WRITING
2021-08-16 08:41:55 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=W,to=21/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=COMPLETING}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}
2021-08-16 08:41:55 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@29ad1f8c[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-16 08:41:55 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@65b17277[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-16 08:41:55 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-08-16 08:41:55 879 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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-16 08:41:55 880 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=W,to=22/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=COMPLETING}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-16 08:41:55 880 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:55 880 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=W,to=22/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=COMPLETING}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-16 08:41:55 880 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@36107fbf{WRITING}->null
2021-08-16 08:41:55 880 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@36107fbf{IDLE}->null:WRITING-->IDLE
2021-08-16 08:41:55 880 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@4a25b866[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@585c8c09] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-16 08:41:55 880 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@4a25b866[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@585c8c09] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-16 08:41:55 880 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=22/30000}
2021-08-16 08:41:55 880 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false
2021-08-16 08:41:55 881 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-08-16 08:41:55 881 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:55 881 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:55 881 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - 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-16 08:41:55 881 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-08-16 08:41:55 881 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:55 881 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-08-16 08:41:55 881 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@1c5c4845{SSLC.NBReadCB@77cbcb0{SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}}}
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@7ea7fe42 on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:55 882 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=7b383eca-550a-46ed-861d-2675f02aba63, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/1 selected
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@7ea7fe42
2021-08-16 08:41:55 882 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 1/1/1 selected
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 1 keys, 0 updates
2021-08-16 08:41:55 882 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.65.131:9101 remote=/10.233.65.89:49324], selector=sun.nio.ch.EPollSelectorImpl@40a658a4, interestOps=1, readyOps=1 SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@6db82a38{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@6db82a38{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}:runFillable:BLOCKING
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0} tryExecute EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3292]@2021-08-16T08:41:55.883441Z
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@6db82a38{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=0}@2e89f550 offer EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=0}][pc=0,pic=0,pec=8,epc=3292]@2021-08-16T08:41:55.883512Z
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1} startReservedThread p=1
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@103c97ff{s=0/1,p=1}@44e1b078 startThread=0
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@6db82a38{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@6db82a38{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - run ReservedThreadExecutor@103c97ff{s=0/1,p=1}@44e1b078 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}]
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3292]@2021-08-16T08:41:55.883634Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}:runFillable:BLOCKING/BLOCKING
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=1}@44e1b078 started
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@44e1b078 waiting
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
10.233.65.89 - - [16/Aug/2021:08:41:55 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 7
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@1c5c4845{SSLC.NBReadCB@77cbcb0{SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}}}
2021-08-16 08:41:55 883 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@6db82a38{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=8}
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@7a533c98{null}
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@7a533c98{null} lost race null
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@4de530dc{s=END}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@2e89f550 task=EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3293]@2021-08-16T08:41:55.88435Z
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3293]@2021-08-16T08:41:55.8844Z tryProduce true
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@2e89f550 size 1 > capacity
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@103c97ff{s=1/1,p=0}@2e89f550 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6105f768[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x94.C\x85]\xCf\x8e\xB8\x05\xF5\xEc\x90\xEd\xB9\xD7.q\xEb\xD2>>>Z\xE0\xAc\xB6\xA2\xAb\x9e7S...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24
2021-08-16 08:41:55 884 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 885 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 885 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-08-16 08:41:55 885 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=27/30000} filled -1 HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 885 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=27/30000}
2021-08-16 08:41:55 885 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=27/30000}
2021-08-16 08:41:55 885 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=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-16 08:41:55 885 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - ensureFillInterested SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 885 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@1c5c4845{SSLC.NBReadCB@77cbcb0{SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@7ea7fe42 on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/1 selected
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@7ea7fe42
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 1/1/1 selected
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 1 keys, 0 updates
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.65.131:9101 remote=/10.233.65.89:49324], selector=sun.nio.ch.EPollSelectorImpl@40a658a4, interestOps=1, readyOps=1 SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=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-16 08:41:55 886 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0} tryExecute EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3293]@2021-08-16T08:41:55.886827Z
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@50c3d310{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=/10.233.65.131:9101,r=/10.233.65.89:49324,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 886 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=0}@44e1b078 offer EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=0}][pc=0,pic=0,pec=8,epc=3293]@2021-08-16T08:41:55.886888Z
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1} startReservedThread p=1
2021-08-16 08:41:55 886 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@103c97ff{s=0/1,p=1}@4d03f410 startThread=0
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@1c5c4845{SSLC.NBReadCB@77cbcb0{SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 887 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1}@44e1b078 task=EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3293]@2021-08-16T08:41:55.887067Z
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3293]@2021-08-16T08:41:55.887004Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@50c3d310{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=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-16 08:41:55 887 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3293]@2021-08-16T08:41:55.887128Z tryProduce true
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@1c5c4845{null}
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@103c97ff{s=0/1,p=1}@4d03f410 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}]
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=1}@4d03f410 started
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@4d03f410 waiting
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@1c5c4845{null} lost race null
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillableFail SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 887 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@524229ac size 1 > capacity
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@50c3d310{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@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 887 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@103c97ff{s=1/1,p=0}@524229ac in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close SocketChannelEndPoint@50c3d310{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@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@7a533c98{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-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@50c3d310{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@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=1 updates=0
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2b39c581 startThread=0
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/0 selected
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 0 updates
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 0 keys
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2b39c581 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@50c3d310{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}
2021-08-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose SslConnection@77cbcb0::SocketChannelEndPoint@50c3d310{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 887 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@7a533c98{null}
2021-08-16 08:41:55 888 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} parse HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-16 08:41:55 888 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@2b39c581 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:55 888 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:55 888 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-08-16 08:41:55 888 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-08-16 08:41:55 888 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}
2021-08-16 08:41:55 888 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}
2021-08-16 08:41:55 888 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@4a674ec::DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} onFillable exit HttpChannelState@6db82a38{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:55 888 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@77cbcb0{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@23ad2fcc{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@4a674ec[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4de530dc{s=START}]=>HttpChannelOverHttp@c847693{s=HttpChannelState@6db82a38{s=IDLE rs=BLOCKING 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-16 08:41:55 888 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@1556d3e5 size 1 > capacity
2021-08-16 08:41:55 888 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@103c97ff{s=1/1,p=0}@1556d3e5 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:57 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@58e02359-RuleActiveApp@6f3bd37f{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@541f1c38[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49334]] on ManagedSelector@36238b12{STARTED} id=0 keys=0 selected=0 updates=0
2021-08-16 08:41:57 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21-acceptor-0@58e02359-RuleActiveApp@6f3bd37f{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=0 selected=0 updates=1
2021-08-16 08:41:57 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:57 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/0 selected
2021-08-16 08:41:57 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
2021-08-16 08:41:57 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:57 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update Accept@541f1c38[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49334]]
2021-08-16 08:41:57 642 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue Accept@541f1c38[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49334]] startThread=0
2021-08-16 08:41:57 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:57 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:57 643 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@541f1c38[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49334]] in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:57 643 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2021-08-16 08:41:57 643 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@79741aba
2021-08-16 08:41:57 644 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=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@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-16 08:41:57 644 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}
2021-08-16 08:41:57 644 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d5440@2339b43a on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:57 644 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 644 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 644 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}
2021-08-16 08:41:57 645 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}
2021-08-16 08:41:57 645 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@7919addb{AC.ReadCB@7d48e82{HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=0/30000}}}
2021-08-16 08:41:57 645 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 645 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 645 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@176f4ea6{SSLC.NBReadCB@637e9f8a{SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-16 08:41:57 645 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@7a010e on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=2
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/1 selected
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 2 updates
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updateable 2
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$507/0x00000001005d5440@2339b43a
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@7a010e
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@541f1c38[java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49334]] in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 1/1/1 selected
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 1 keys, 0 updates
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.65.131:9101 remote=/10.233.65.89:49334], selector=sun.nio.ch.EPollSelectorImpl@40a658a4, interestOps=1, readyOps=1 SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2021-08-16 08:41:57 646 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=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-16 08:41:57 647 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0} tryExecute EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3294]@2021-08-16T08:41:57.647126Z
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=0}@4d03f410 offer EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=0}][pc=0,pic=0,pec=8,epc=3294]@2021-08-16T08:41:57.647195Z
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1} startReservedThread p=1
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue ReservedThreadExecutor@103c97ff{s=0/1,p=1}@130b1c3 startThread=0
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-20] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3294]@2021-08-16T08:41:57.64729Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=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-16 08:41:57 647 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@176f4ea6{SSLC.NBReadCB@637e9f8a{SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@103c97ff{s=0/1,p=1}@130b1c3 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}]
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >c.onFillable SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - onFillable SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=1}@130b1c3 started
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - fillable FillInterest@7919addb{AC.ReadCB@7d48e82{HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=FI,flush=-,to=2/30000}}}
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >fill SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@130b1c3 waiting
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 261 HeapByteBuffer@6105f768[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x98\xC4`\xF1\x03eN\x89\x00\xE3/n\xE1a...\xE1\xFc\xEa\xB7\xFf4x\xB5"\xEa\x9d\x00\x81\x0ft\xFdd\xCdBkA/|>>>\xF4\x9aI^\xA5\xAb\x7f,E...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 647 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=261
2021-08-16 08:41:57 648 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill starting handshake SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 648 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1}@4d03f410 task=EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}][pc=0,pic=0,pec=8,epc=3295]@2021-08-16T08:41:57.648125Z
2021-08-16 08:41:57 648 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3295]@2021-08-16T08:41:57.648325Z tryProduce true
2021-08-16 08:41:57 648 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:57 648 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:57 648 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 648 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_TASK
2021-08-16 08:41:57 648 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_TASK,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 648 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >flush SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@637e9f8a{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 373 HeapByteBuffer@6105f768[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x98\xC4`\xF1\x03eN\x89...\x96\xD1\xFb\xB5\x12?\xB7\xDe0\xA3\x16\xDd<\xEa"\x05\xDe\xAc\x07\x1f\x03\xDe\xE0>>>\x984\xEa\xA4\x18\x1c6\xE0\x91...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=373
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6105f768[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x98\xC4`\xF1\x03eN\x89\x00\xE3/n\xE1a...\x96\xD1\xFb\xB5\x12?\xB7\xDe0\xA3\x16\xDd<\xEa"\x05\xDe\xAc\x07\x1f\x03\xDe\xE0>>>\x984\xEa\xA4\x18\x1c6\xE0\x91...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:57 649 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 650 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_TASK
2021-08-16 08:41:57 654 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-20] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@79741aba
2021-08-16 08:41:57 656 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_WRAP
2021-08-16 08:41:57 656 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >flush SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 656 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:57 656 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:57 657 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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-16 08:41:57 657 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 657 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:57 657 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:57 657 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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-16 08:41:57 657 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 657 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:57 657 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:57 657 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false
2021-08-16 08:41:57 658 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 658 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@637e9f8a{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 230 HeapByteBuffer@6105f768[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005n\xA9o\xD31}9\xD9\xEa7\xE5\x85LH\xCe\xF3\xC8\x0c)\xA5....\x1f\x1fGC^\xC6,-M\xBd\xEe\xE0\x1f\x0b\nfu&2\xDe\x8c\xC1>>>C\x13\x01\x8d\xE8lT\xBea...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=230
2021-08-16 08:41:57 659 DEBUG [jdk.event.security][dw-20] invocationID:{InvocationID} -  TLSHandshake: 10.233.65.89:49334, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB3&\xCc\xFb...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - handshake succeeded SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=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-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 0 HeapByteBuffer@6105f768[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\xD5^J<\xB7g\x93<<<\x17\x03\x03\x00\xA7\x1c4\x9f7\x04\xDey\xDbc\xDas\x9d\xEb\xD2\x85\xFc_\x86\xC2\x81....\x1f\x1fGC^\xC6,-M\xBd\xEe\xE0\x1f\x0b\nfu&2\xDe\x8c\xC1>>>C\x13\x01\x8d\xE8lT\xBea...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=0
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>|\xAcF\xF4\xA4Z\x8fn\x06...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>|\xAcF\xF4\xA4Z\x8fn\x06...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@7d48e82[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2021-08-16 08:41:57 659 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=14/30000} filled 150 HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>|\xAcF\xF4\xA4Z\x8fn\x06...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>|\xAcF\xF4\xA4Z\x8fn\x06...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@4e6a8ce3[p=0,l=150,c=17408,r=150]={<<>>|\xAcF\xF4\xA4Z\x8fn\x06...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - START --> SPACE1
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - SPACE1 --> URI
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - URI --> SPACE2
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER:Host --> VALUE
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER:Host --> FIELD
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - HEADER --> CONTENT
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-20] invocationID:{InvocationID} - REQUEST for //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
GET //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.65.131:9101
User-Agent: kube-probe/1.19
Accept-Encoding: gzip
Connection: close


2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=15/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=15/30000}
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-20] invocationID:{InvocationID} - handle //10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-20] invocationID:{InvocationID} - handling HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-20] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-20] invocationID:{InvocationID} - Host 10.233.65.131 with SNI null
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.server.Server][dw-20] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0}
2021-08-16 08:41:57 660 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-20] invocationID:{InvocationID} - GzipHandler@3ca3648{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck)@5c22c0f2 in null
2021-08-16 08:41:57 661 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-20] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE}
2021-08-16 08:41:57 661 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-20] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE}
2021-08-16 08:41:57 661 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-20] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:57 661 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-20] invocationID:{InvocationID} - chain=customFilter@21b51e59==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-7a64cb0c@7a64cb0c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-755b5f30@755b5f30==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:57 661 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-20] invocationID:{InvocationID} - call filter customFilter@21b51e59==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2021-08-16 08:41:57 661 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-20] invocationID:{InvocationID} - Entering.
2021-08-16 08:41:57 661 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-20] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2021-08-16 08:41:57 661 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-20] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 5cb48756-699f-4f1d-b59c-e58e6bdabd6a
2021-08-16 08:41:57 661 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-20] invocationID:{InvocationID} - Invoking synchronously ... 
2021-08-16 08:41:57 661 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-20] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-7a64cb0c@7a64cb0c==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2021-08-16 08:41:57 661 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-20] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-755b5f30@755b5f30==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2021-08-16 08:41:57 661 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-32ab408e@52852c7==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@3ca3648{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck)@5c22c0f2
2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@7fc8f968 exclude no deflater
2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@55b7598d[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@510d5451{null}
2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
200 OK HTTP/1.1
Connection: close
Date: Mon, 16 Aug 2021 08:41:57 GMT
X-TransactionID: 5cb48756-699f-4f1d-b59c-e58e6bdabd6a
X-InvocationID: dbf64130-d56a-4473-93ba-d2c75de5c484
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@1b623bd2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2359926f] (null,[p=0,l=4,c=8192,r=4],true)@START
2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@55b7598d[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-16 08:41:57 662 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Mon, 16 Aug 2021 08:41:57 GMT
X-TransactionID: 5cb48756-699f-4f1d-b59c-e58e6bdabd6a
X-InvocationID: dbf64130-d56a-4473-93ba-d2c75de5c484
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@1b623bd2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2359926f] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4c4dccb8{IDLE}->null [HeapByteBuffer@29ad1f8c[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@55b7598d[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-16 08:41:57 662 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4c4dccb8{WRITING}->null:IDLE-->WRITING
2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=W,to=17/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=COMPLETING}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}
2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@29ad1f8c[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-16 08:41:57 662 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@55b7598d[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-16 08:41:57 662 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2021-08-16 08:41:57 662 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - 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-16 08:41:57 664 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=W,to=18/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=COMPLETING}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-16 08:41:57 664 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:57 664 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=W,to=19/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=COMPLETING}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}
2021-08-16 08:41:57 664 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4c4dccb8{WRITING}->null
2021-08-16 08:41:57 665 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4c4dccb8{IDLE}->null:WRITING-->IDLE
2021-08-16 08:41:57 665 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@1b623bd2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2359926f] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-16 08:41:57 665 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@1b623bd2[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2359926f] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2021-08-16 08:41:57 665 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=20/30000}
2021-08-16 08:41:57 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} oshut=false, ishut=false
2021-08-16 08:41:57 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-08-16 08:41:57 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5aa29bd2[p=0,l=0,c=0,r=0]={<<<>>>}
2021-08-16 08:41:57 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2021-08-16 08:41:57 665 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - 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-16 08:41:57 665 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@176f4ea6{SSLC.NBReadCB@637e9f8a{SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}}}
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@7a010e on ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=0
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=0 updates=1
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken with none selected
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 0/0/1 selected
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 0 keys, 1 updates
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$501/0x00000001005d6840@7a010e
2021-08-16 08:41:57 666 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=e12dd80f-47a1-4837-934b-86b697dfa9c7, referenceCounter=0, store size=0} on thread dw-20 - GET /api/holmes-rule-mgmt/v1/healthcheck
10.233.65.89 - - [16/Aug/2021:08:41:57 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 7
2021-08-16 08:41:57 666 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-20] invocationID:{InvocationID} - Exiting.
2021-08-16 08:41:57 666 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=-,flush=-,to=21/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.Server][dw-20] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-20] invocationID:{InvocationID} - unhandle HttpChannelState@4680d0ff{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-20] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4680d0ff{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 woken up from select, 1/1/1 selected
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 processing 1 keys, 0 updates
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-20] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-20] invocationID:{InvocationID} - completed HttpChannelState@4680d0ff{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-20] invocationID:{InvocationID} - unhandle HttpChannelState@4680d0ff{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-20] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4680d0ff{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-20] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-20] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.65.131:9101 remote=/10.233.65.89:49334], selector=sun.nio.ch.EPollSelectorImpl@40a658a4, interestOps=1, readyOps=1 SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{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.65.131:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-20] invocationID:{InvocationID} - recycle HttpChannelState@4680d0ff{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - CONTENT --> CLOSE
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-20] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5a1a9884{s=END}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - >fill SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - fill NEED_UNWRAP
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - filled 24 HeapByteBuffer@6105f768[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13'K\t\xDc\x81\xE1\x05\x87\xFa\xC5B\xEe\xF9 \x03\xF8\x07\x02\x87>>>\xBc\xA3\xE52\x15S\xAa+X...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - net filled=24
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=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-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] 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@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\x8e\xF5\x85...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\x8e\xF5\x85...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0} tryExecute EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3295]@2021-08-16T08:41:57.667686Z
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=-,flush=-,to=22/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 667 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=-,flush=-,to=22/30000} filled -1 HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\x8e\xF5\x85...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=-,flush=-,to=22/30000}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=-,flush=-,to=22/30000}
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=0}@130b1c3 offer EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=0}][pc=0,pic=0,pec=8,epc=3295]@2021-08-16T08:41:57.667823Z
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - shutdownOutput: SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=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-16 08:41:57 667 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1} startReservedThread p=1
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@103c97ff{s=0/1,p=1}@34343c78 startThread=0
2021-08-16 08:41:57 667 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - ensureFillInterested SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 668 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 668 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@103c97ff{s=0/1,p=1}@34343c78 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=0/1,p=1}]
2021-08-16 08:41:57 668 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 668 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=1}@34343c78 started
2021-08-16 08:41:57 668 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@34343c78 waiting
2021-08-16 08:41:57 668 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-20] invocationID:{InvocationID} - doClose SocketChannelEndPoint@1a20529a{l=/10.233.65.131:9101,r=/10.233.65.89:49334,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=/10.233.65.131:9101,r=/10.233.65.89:49334,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 668 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - onClose FillInterest@176f4ea6{SSLC.NBReadCB@637e9f8a{SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{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@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 668 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - onFillableFail SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{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@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=23/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 668 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=0/1,p=1}@130b1c3 task=EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3295]@2021-08-16T08:41:57.668868Z
2021-08-16 08:41:57 668 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - onFail FillInterest@7919addb{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-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-20] invocationID:{InvocationID} - Wakeup ManagedSelector@36238b12{STARTED} id=0 keys=1 selected=1 updates=0
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4effbc52 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3295]@2021-08-16T08:41:57.669086Z tryProduce true
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@1a20529a{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose SslConnection@637e9f8a::SocketChannelEndPoint@1a20529a{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@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 669 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4effbc52 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4effbc52 startThread=0
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.FillInterest][dw-20] invocationID:{InvocationID} - onClose FillInterest@7919addb{null}
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000} parse HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\x8e\xF5\x85...\x00\x00\x00\x00\x00\x00\x00} {}
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@4e6a8ce3[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\x8e\xF5\x85...\x00\x00\x00\x00\x00\x00\x00}
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.http.HttpParser][dw-20] invocationID:{InvocationID} - CLOSE --> CLOSED
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@1a20529a{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@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-20] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-20] invocationID:{InvocationID} - HttpConnection@7d48e82::DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000} onFillable exit HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-20] invocationID:{InvocationID} - SslConnection@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 669 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-20] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@44e1b078 size 1 > capacity
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-20] invocationID:{InvocationID} - ran ReservedThreadExecutor@103c97ff{s=1/1,p=0}@44e1b078 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:57 669 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@1a20529a{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@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 670 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@1a20529a{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@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=24/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=BLOCKING 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-16 08:41:57 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@40a658a4 waiting with 1 keys
2021-08-16 08:41:57 670 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@2bfc8558/SelectorProducer@3f322610/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}][pc=0,pic=0,pec=8,epc=3295]@2021-08-16T08:41:57.668585Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@1a20529a{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@637e9f8a{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5e2cee37{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=25/30000}=>HttpConnection@7d48e82[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5a1a9884{s=START}]=>HttpChannelOverHttp@7147bb1{s=HttpChannelState@4680d0ff{s=IDLE rs=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-16 08:41:57 671 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@176f4ea6{null}
2021-08-16 08:41:57 671 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - FillInterest@176f4ea6{null} lost race null
2021-08-16 08:41:57 671 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@103c97ff{s=1/1,p=0}@4d03f410 size 1 > capacity
2021-08-16 08:41:57 671 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@103c97ff{s=1/1,p=0}@4d03f410 in InstrumentedQueuedThreadPool[dw]@21e5f0b6{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@103c97ff{s=1/1,p=0}]
2021-08-16 08:41:58 834 INFO  [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - Query the config-binding-service address using the URL: http://consul-server.onap:8500/v1/catalog/service/config-binding-service
2021-08-16 08:41:58 837 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2021-08-16 08:41:58 837 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_529,530,703548131)
2021-08-16 08:41:58 839 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-2-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2021-08-16 08:41:58 840 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2021-08-16 08:41:58 840 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2021-08-16 08:41:58 840 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2021-08-16 08:41:58 841 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2021-08-16 08:41:58 841 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2021-08-16 08:41:58 841 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2021-08-16 08:41:58 841 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2021-08-16 08:41:58 841 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2021-08-1