By type
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.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-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@37bbbddc exclude by status 499 2021-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@6f1e4a68[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@46bc9aaf{null} 2021-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/rule on HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=5} 499 HTTP/1.1 Date: Sat, 19 Jun 2021 22:11:42 GMT X-TransactionID: 05cb401c-7797-4934-8b21-f490be499aef X-InvocationID: 91a7a6ed-e7c4-4e25-9ec9-c1e057499218 Content-Length: 25 Content-Type: text/plain 2021-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@4efb3231[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2444236f] (null,[p=0,l=25,c=8192,r=25],true)@START 2021-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=499,h=5,cl=25} last=true content=HeapByteBuffer@6f1e4a68[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-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Date: Sat, 19 Jun 2021 22:11:42 GMT X-TransactionID: 05cb401c-7797-4934-8b21-f490be499aef X-InvocationID: 91a7a6ed-e7c4-4e25-9ec9-c1e057499218 Content-Length: 25 Content-Type: text/plain 2021-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - CONTENT_LENGTH 2021-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@4efb3231[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2444236f] ([p=0,l=209,c=8192,r=209],[p=0,l=25,c=8192,r=25],true)@COMPLETING 2021-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - write: WriteFlusher@39946085{IDLE}->null [HeapByteBuffer@5fdaf932[p=0,l=209,c=8192,r=209]={<< >>ary: Acce...\x00\x00\x00\x00\x00\x00\x00},HeapByteBuffer@6f1e4a68[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-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@39946085{WRITING}->null:IDLE-->WRITING 2021-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - >flush SslConnection@4421eff2::SocketChannelEndPoint@36417fc7{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=W,to=12/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cfabc32{s=COMPLETING}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://127.0.0.1:9101/api/holmes-rule-mgmt/v1/rule,age=5} 2021-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5fdaf932[p=0,l=209,c=8192,r=209]={<< >>ary: Acce...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@6f1e4a68[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-06-19 22:11:42 599 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - 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-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - flushed 263 SocketChannelEndPoint@36417fc7{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=W,to=12/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cfabc32{s=COMPLETING}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{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-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:11:42 600 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << "HTTP/1.1 499 [\r][\n]" 2021-06-19 22:11:42 600 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << "Date: Sat, 19 Jun 2021 22:11:42 GMT[\r][\n]" 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=W,to=12/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cfabc32{s=COMPLETING}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{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-06-19 22:11:42 600 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << "X-TransactionID: 05cb401c-7797-4934-8b21-f490be499aef[\r][\n]" 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - Flushed=true written=234 remaining=0 WriteFlusher@39946085{WRITING}->null 2021-06-19 22:11:42 600 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << "X-InvocationID: 91a7a6ed-e7c4-4e25-9ec9-c1e057499218[\r][\n]" 2021-06-19 22:11:42 600 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << "Content-Type: text/plain[\r][\n]" 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - update WriteFlusher@39946085{IDLE}->null:WRITING-->IDLE 2021-06-19 22:11:42 600 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << "Content-Length: 25[\r][\n]" 2021-06-19 22:11:42 600 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << "[\r][\n]" 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@4efb3231[PROCESSING][i=HTTP/1.1{s=499,h=5,cl=25},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2444236f] ([p=209,l=209,c=8192,r=0],[p=25,l=25,c=8192,r=0],true)@END 2021-06-19 22:11:42 600 DEBUG [org.apache.http.wire][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << "Failed to query the rule." 2021-06-19 22:11:42 600 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-33 - GET /api/holmes-rule-mgmt/v1/rule] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=2d1436c5-1012-4f24-b0ae-0ada41a1f48f, referenceCounter=0, store size=0} on thread dw-33 - GET /api/holmes-rule-mgmt/v1/rule 2021-06-19 22:11:42 600 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << HTTP/1.1 499 2021-06-19 22:11:42 600 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << Date: Sat, 19 Jun 2021 22:11:42 GMT 2021-06-19 22:11:42 600 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Exiting. 2021-06-19 22:11:42 600 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << X-TransactionID: 05cb401c-7797-4934-8b21-f490be499aef 2021-06-19 22:11:42 600 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << X-InvocationID: 91a7a6ed-e7c4-4e25-9ec9-c1e057499218 2021-06-19 22:11:42 600 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << Content-Type: text/plain 2021-06-19 22:11:42 600 DEBUG [org.apache.http.headers][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12 << Content-Length: 25 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{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-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@61746c02{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@61746c02{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{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-06-19 22:11:42 600 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection can be kept alive indefinitely 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - completed HttpChannelState@61746c02{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@61746c02{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@61746c02{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{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-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/rule written=25 2021-06-19 22:11:42 600 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Cancelling request execution 2021-06-19 22:11:42 600 DEBUG [org.apache.http.impl.conn.DefaultManagedHttpClientConnection][pool-2-thread-1] invocationID:{InvocationID} - http-outgoing-12: Shutdown connection 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - unconsumed input HttpConnection@ee380fe::DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=13/30000} 127.0.0.1 - - [19/Jun/2021:22:11:42 +0000] "GET /api/holmes-rule-mgmt/v1/rule HTTP/1.1" 499 25 "-" "Apache-HttpClient/4.5.10 (Java/11.0.6)" 6 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@4421eff2::SocketChannelEndPoint@36417fc7{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cfabc32{s=END}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{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-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 31 HeapByteBuffer@2bdc115b[p=0,l=31,c=17408,r=31]={<<<\x15\x03\x03\x00\x1a\x00\x00\x00\x00\x00\x00\x00\x02\xFb\xF6\xE9\xBd\xF0\xB6\x95\xFd\xE9\xB8\x15W=\x84\xE9p+\x9b>>>le-mgmt/v...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:42 600 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=31 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@70de768f[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@70de768f[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-06-19 22:11:42 601 DEBUG [org.apache.http.impl.execchain.MainClientExec][pool-2-thread-1] invocationID:{InvocationID} - Connection discarded 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@4421eff2{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@2cfabc32{s=END}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{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-06-19 22:11:42 601 DEBUG [org.apache.http.impl.conn.PoolingHttpClientConnectionManager][pool-2-thread-1] invocationID:{InvocationID} - Connection released: [id: 12][route: {s}->https://127.0.0.1:9101][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 200] 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - atEOF HttpParser{s=CONTENT,0 of -1} 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@ee380fe::DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=13/30000} filled -1 HeapByteBuffer@70de768f[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-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@ee380fe::DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@70de768f[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-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=CONTENT HeapByteBuffer@70de768f[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-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CONTENT --> CONTENT_END 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onContentComplete HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{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-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CONTENT_END --> END 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onRequestComplete HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{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-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.server.HttpInput][dw-33] invocationID:{InvocationID} - HttpInputOverHTTP@1bdffcfa[c=0,q=0,[0]=null,s=STREAM] addContent EOF 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - END --> CLOSED 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@ee380fe::DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@ee380fe::DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=13/30000} 2021-06-19 22:11:42 601 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-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - recycle HttpChannelState@61746c02{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@4421eff2::SocketChannelEndPoint@36417fc7{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4421eff2{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_WRAP 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >flush SslConnection@4421eff2::SocketChannelEndPoint@36417fc7{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4421eff2{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=13/30000} stored flush exception org.eclipse.jetty.io.EofException: null at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:279) at org.eclipse.jetty.io.ssl.SslConnection.networkFlush(SslConnection.java:477) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.flush(SslConnection.java:1071) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:646) at org.eclipse.jetty.server.HttpConnection.fillRequestBuffer(HttpConnection.java:333) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: Broken pipe at java.base/sun.nio.ch.FileDispatcherImpl.writev0(Native Method) at java.base/sun.nio.ch.SocketDispatcher.writev(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.IOUtil.write(Unknown Source) at java.base/sun.nio.ch.SocketChannelImpl.write(Unknown Source) at java.base/java.nio.channels.SocketChannel.write(Unknown Source) at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:273) ... 20 common frames omitted 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=14/30000} 2021-06-19 22:11:42 601 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - shutdownOutput: SslConnection@4421eff2::SocketChannelEndPoint@36417fc7{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=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-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >flush SslConnection@4421eff2::SocketChannelEndPoint@36417fc7{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,CLOSED,fill=-,flush=-,to=14/30000} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close SocketChannelEndPoint@36417fc7{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@36417fc7{l=/127.0.0.1:9101,r=/127.0.0.1:45374,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - doClose SocketChannelEndPoint@36417fc7{l=/127.0.0.1:9101,r=/127.0.0.1:45374,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=/127.0.0.1:9101,r=/127.0.0.1:45374,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - onClose FillInterest@47be027{null} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Wakeup ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ca23f0a startThread=0 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close SocketChannelEndPoint@36417fc7{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@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/0 selected 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 0 updates 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ca23f0a in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 0 keys 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@36417fc7{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@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33] invocationID:{InvocationID} - ignored: WriteFlusher@39946085{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-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - onFail FillInterest@3e8c2d23{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-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(org.eclipse.jetty.io.EofException) DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] 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-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSED,0 of -1} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@36417fc7{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@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@ee380fe::DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@70de768f[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-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=CLOSED HeapByteBuffer@70de768f[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-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@ee380fe::DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onClose HttpConnection@ee380fe::DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@ee380fe::DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000} 2021-06-19 22:11:42 602 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@ee380fe::DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000} onFillable exit HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:11:42 603 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 603 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@22ec1435 size 1 > capacity 2021-06-19 22:11:42 603 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@22ec1435 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:11:42 603 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onClose SslConnection@4421eff2::SocketChannelEndPoint@36417fc7{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@4421eff2{NOT_HANDSHAKING,eio=-1/31,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5cf688ac{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@ee380fe[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@2cfabc32{s=START}]=>HttpChannelOverHttp@72cf5a6a{s=HttpChannelState@61746c02{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:42 603 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@ca23f0a in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:11:51 456 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@100807ca-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@71db4920[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60014]] on ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@100807ca-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=1 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/0 selected 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 1 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update Accept@71db4920[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60014]] 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue Accept@71db4920[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60014]] startThread=0 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run Accept@71db4920[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60014]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-32] invocationID:{InvocationID} - SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-06-19 22:11:51 457 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-32] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@451ebfa3 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-32] invocationID:{InvocationID} - new HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=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@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-32] invocationID:{InvocationID} - New HTTP Connection HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@6073f927 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-32] invocationID:{InvocationID} - onOpen SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-32] invocationID:{InvocationID} - onOpen HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-32] invocationID:{InvocationID} - fillInterested HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - interested FillInterest@b2475ae{AC.ReadCB@59e1f0da{HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - interested FillInterest@74e11f2c{SSLC.NBReadCB@2114a955{SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@703b5ee4 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=2 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Created SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 2 updates 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 2 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@6073f927 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran Accept@71db4920[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60014]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@703b5ee4 2021-06-19 22:11:51 458 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60014], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=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-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1770]@2021-06-19T22:11:51.459627Z 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@6b20757b offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1770]@2021-06-19T22:11:51.459735Z 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@2e8e9cb8 startThread=0 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@2e8e9cb8 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:11:51 459 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@6b20757b task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1770]@2021-06-19T22:11:51.459922Z 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@2e8e9cb8 started 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@2e8e9cb8 waiting 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1770]@2021-06-19T22:11:51.46006Z tryProduce true 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 0 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1770]@2021-06-19T22:11:51.459997Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=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-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@74e11f2c{SSLC.NBReadCB@2114a955{SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >c.onFillable SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillable SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@b2475ae{AC.ReadCB@59e1f0da{HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-06-19 22:11:51 461 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 261 HeapByteBuffer@149084a9[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xF7}\x9d\x87\xEc\x00>\xDc\xD2\xFdt\xE9\x1c\x8e...\xA7\xC8\x1518\r\n1\x9cx\x8f\xC2\xD5\xA2\x90\xBed \t\xF3\x1d\xE2\x03>>>\xAd(\\\x8f\xFc]\xF8g\xEe...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=261 2021-06-19 22:11:51 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill starting handshake SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[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@70de768f[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-06-19 22:11:51 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_TASK 2021-06-19 22:11:51 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_WRAP 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >flush SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2114a955{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 373 HeapByteBuffer@149084a9[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xF7}\x9d\x87\xEc\x00>\xDc...\xB5\x8d=[Q\xDf|\x15\xF7\x0b\x84\xDc%\xC7[|*\xC1\xB0\x1cN\x91\xFe>>>\x85\xF70P\xDb\xB0S\xC7S...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=373 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@70de768f[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@70de768f[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-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xF7}\x9d\x87\xEc\x00>\xDc\xD2\xFdt\xE9\x1c\x8e...\xB5\x8d=[Q\xDf|\x15\xF7\x0b\x84\xDc%\xC7[|*\xC1\xB0\x1cN\x91\xFe>>>\x85\xF70P\xDb\xB0S\xC7S...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0 2021-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[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@70de768f[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-06-19 22:11:51 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_TASK 2021-06-19 22:11:51 466 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-34] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@451ebfa3 2021-06-19 22:11:51 468 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_WRAP 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >flush SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:11:51 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2114a955{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[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-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[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@70de768f[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-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 58 HeapByteBuffer@149084a9[p=0,l=58,c=17408,r=58]={<<<\x17\x03\x03\x005\x89S\xD5\x8a\xBaG\xF5\x07\x19N\x10&\xE8\xDf\xA2\nL;\x01\x92...`\r\x85\xF2\xD3}\xB4\x96\xF1:\x80i'\xF8J'\x9e\xBe\xFb36\xCa7>>>\x153q\xC30~\xB1\xBa\x81...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=58 2021-06-19 22:11:51 471 DEBUG [jdk.event.security][dw-34] invocationID:{InvocationID} - TLSHandshake: 10.233.71.195:60014, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=58 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=58,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[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@70de768f[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-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - handshake succeeded SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=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-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 172 HeapByteBuffer@149084a9[p=0,l=172,c=17408,r=172]={<<<\x17\x03\x03\x00\xA7E\xD9\x99w\x9f\x83\x85\xD9\xDc\xBf\nQa\xC0\x9b\xFf\x0f\xA4\x87\x04...1\xA0\x99\x80\xBb\xB8\xA4\xA9=\xC3\xE9\x1f<.\xAc\x88\xFd\xAd\xD6\x0e\xC4\xD60>>>\x01\x05\x01\x06\x01\x05\x03\x06\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=172 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=172 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=172,l=172,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >><4"_\xE7\xE5\xD8\x88"...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >><4"_\xE7\xE5\xD8\x88"...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=13/30000} filled 150 HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >><4"_\xE7\xE5\xD8\x88"...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >><4"_\xE7\xE5\xD8\x88"...\x00\x00\x00\x00\x00\x00\x00} {} 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >><4"_\xE7\xE5\xD8\x88"...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - START --> SPACE1 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - SPACE1 --> URI 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - URI --> SPACE2 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-06-19 22:11:51 471 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - HEADER --> CONTENT 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - REQUEST for //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.71.111:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=14/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=14/30000} 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - handle //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - handling HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-34] invocationID:{InvocationID} - Host 10.233.71.111 with SNI null 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.server.Server][dw-34] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:11:51 472 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-34] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck)@57a93d77 in null 2021-06-19 22:11:51 473 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-34] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-06-19 22:11:51 473 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-34] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-06-19 22:11:51 473 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:11:51 473 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - chain=customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:11:51 473 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - call filter customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-06-19 22:11:51 473 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Entering. 2021-06-19 22:11:51 473 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-06-19 22:11:51 473 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: f1c71555-f603-47a3-a27e-e2acfda206af 2021-06-19 22:11:51 473 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Invoking synchronously ... 2021-06-19 22:11:51 473 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-06-19 22:11:51 473 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-06-19 22:11:51 473 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:11:51 474 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck)@57a93d77 2021-06-19 22:11:51 474 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@75deea86 exclude no deflater 2021-06-19 22:11:51 474 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@2f6fd3d9[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@3fcabf51{null} 2021-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Sat, 19 Jun 2021 22:11:51 GMT X-TransactionID: f1c71555-f603-47a3-a27e-e2acfda206af X-InvocationID: 770a81c9-36c5-42b9-a93e-145a8f63314e Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@21966f5a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@239e2b34] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@2f6fd3d9[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-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sat, 19 Jun 2021 22:11:51 GMT X-TransactionID: f1c71555-f603-47a3-a27e-e2acfda206af X-InvocationID: 770a81c9-36c5-42b9-a93e-145a8f63314e Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@21966f5a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@239e2b34] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@72bec585{IDLE}->null [HeapByteBuffer@5fdaf932[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@2f6fd3d9[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-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@72bec585{WRITING}->null:IDLE-->WRITING 2021-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=W,to=17/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=COMPLETING}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5fdaf932[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-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@2f6fd3d9[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-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-06-19 22:11:51 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=W,to=17/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=COMPLETING}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=W,to=17/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=COMPLETING}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@72bec585{WRITING}->null 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@72bec585{IDLE}->null:WRITING-->IDLE 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@21966f5a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@239e2b34] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@21966f5a[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@239e2b34] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=18/30000} 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:11:51 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@74e11f2c{SSLC.NBReadCB@2114a955{SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}} 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@703b5ee4 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 1 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@703b5ee4 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:11:51 477 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=5f2e51d1-f386-4a24-83eb-7690d21b5eb3, referenceCounter=0, store size=0} on thread dw-34 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0 2021-06-19 22:11:51 477 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:11:51 477 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-34] invocationID:{InvocationID} - Exiting. 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.111:9101 remote=/10.233.71.195:60014], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.Server][dw-34] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - unhandle HttpChannelState@53725a96{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@53725a96{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=19/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}:runFillable:BLOCKING 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1771]@2021-06-19T22:11:51.478308Z 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - completed HttpChannelState@53725a96{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@2e8e9cb8 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1771]@2021-06-19T22:11:51.478387Z 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - unhandle HttpChannelState@53725a96{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@734f83b8 startThread=0 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@2e8e9cb8 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1771]@2021-06-19T22:11:51.478476Z 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@53725a96{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1771]@2021-06-19T22:11:51.478512Z tryProduce true 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1771]@2021-06-19T22:11:51.478458Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}:runFillable:BLOCKING/BLOCKING 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@734f83b8 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 0 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@734f83b8 started 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@74e11f2c{SSLC.NBReadCB@2114a955{SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}}} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@734f83b8 waiting 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >c.onFillable SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - onFillable SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@b2475ae{null} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - FillInterest@b2475ae{null} lost race null 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5d1529f6{s=END}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@6b20757b size 1 > capacity 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@6b20757b in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 10.233.71.195 - - [19/Jun/2021:22:11:51 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-34] invocationID:{InvocationID} - recycle HttpChannelState@53725a96{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-34] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 478 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 24 HeapByteBuffer@149084a9[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x113\xB9\rU;qdp,&\x9drj\xD8>\x87\x13\xFa>>>e-mgmt/v1...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=24 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000} filled -1 HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=20/30000} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - shutdownOutput: SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=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-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - ensureFillInterested SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - interested FillInterest@74e11f2c{SSLC.NBReadCB@2114a955{SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@703b5ee4 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 1 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@703b5ee4 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - doClose SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=/10.233.71.111:9101,r=/10.233.71.195:60014,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onClose FillInterest@74e11f2c{SSLC.NBReadCB@2114a955{SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@a260b93{l=/10.233.71.111:9101,r=/10.233.71.195:60014,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0 2021-06-19 22:11:51 479 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillableFail SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onFail FillInterest@b2475ae{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-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Wakeup ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1864dcb4 startThread=0 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/0 selected 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - onClose FillInterest@b2475ae{null} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 0 updates 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000} parse HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} {} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 0 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 0 keys 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1864dcb4 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000} onFillable exit HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@a260b93{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-33] invocationID:{InvocationID} - onClose HttpConnection@59e1f0da::DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@4a9d7af3 size 1 > capacity 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@4a9d7af3 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-33] invocationID:{InvocationID} - onClose SslConnection@2114a955::SocketChannelEndPoint@a260b93{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2114a955{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6932b9f8{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000}=>HttpConnection@59e1f0da[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5d1529f6{s=START}]=>HttpChannelOverHttp@1a6469e8{s=HttpChannelState@53725a96{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:11:51 480 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1864dcb4 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:11:52 506 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1c05fa35] obtained in 0 millis 2021-06-19 22:11:52 507 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@78fe188, maxRows=0, fetchSize=0, flags=16 2021-06-19 22:11:52 507 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> CloseStatement(S_149) 2021-06-19 22:11:52 507 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Parse(stmt=S_150,query="/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY",oids={}) 2021-06-19 22:11:52 507 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_150,portal=null) 2021-06-19 22:11:52 507 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Describe(portal=null) 2021-06-19 22:11:52 507 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-06-19 22:11:52 507 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-06-19 22:11:52 508 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CloseComplete 2021-06-19 22:11:52 508 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-06-19 22:11:52 508 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-06-19 22:11:52 508 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query /* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY 2021-06-19 22:11:52 508 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE marking setPortalDescribed(false) for query SYNC 2021-06-19 22:11:52 509 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1c05fa35] released 2021-06-19 22:11:52 509 ERROR [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - Failed to reallocate rules. org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist Position: 52 Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376 Server SQLState: 42P01 [statement:"SELECT * FROM ENGINE_ENTITY", located:"SELECT * FROM ENGINE_ENTITY", rewritten:"/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY", arguments:{ positional:{}, named:{}, finder:[]}] at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1338) at org.skife.jdbi.v2.Query.fold(Query.java:173) at org.skife.jdbi.v2.Query.list(Query.java:82) at org.skife.jdbi.v2.sqlobject.ResultReturnThing$IterableReturningThing.result(ResultReturnThing.java:253) at org.skife.jdbi.v2.sqlobject.ResultReturnThing.map(ResultReturnThing.java:46) at org.skife.jdbi.v2.sqlobject.QueryHandler.invoke(QueryHandler.java:41) at org.skife.jdbi.v2.sqlobject.SqlObject.invoke(SqlObject.java:224) at org.skife.jdbi.v2.sqlobject.SqlObject$3.intercept(SqlObject.java:133) at org.skife.jdbi.v2.sqlobject.CloseInternalDoNotUseThisClass$$EnhancerByCGLIB$$e40132ef.getAllEntities( ) at org.onap.holmes.common.engine.service.impl.EngineEntityServiceImpl.getAllEntities(EngineEntityServiceImpl.java:45) at org.onap.holmes.rulemgt.tools.EngineTools.getInstanceList(EngineTools.java:42) at org.onap.holmes.rulemgt.RuleAllocator.allocateRules(RuleAllocator.java:76) at org.onap.holmes.rulemgt.RuleAllocator$1.run(RuleAllocator.java:66) at java.base/java.util.TimerThread.mainLoop(Unknown Source) at java.base/java.util.TimerThread.run(Unknown Source) Caused by: org.postgresql.util.PSQLException: ERROR: relation "engine_entity" does not exist Position: 52 Location: File: parse_relation.c, Routine: parserOpenTable, Line: 1376 Server SQLState: 42P01 at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2532) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2267) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:312) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:448) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:369) at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:153) at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:142) at jdk.internal.reflect.GeneratedMethodAccessor32.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.apache.tomcat.jdbc.pool.StatementFacade$StatementProxy.invoke(StatementFacade.java:114) at com.sun.proxy.$Proxy81.execute(Unknown Source) at org.skife.jdbi.v2.SQLStatement.internalExecute(SQLStatement.java:1327) ... 14 common frames omitted 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@100807ca-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@358bb793[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60110]] on ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@100807ca-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=1 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/0 selected 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 1 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update Accept@358bb793[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60110]] 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - queue Accept@358bb793[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60110]] startThread=0 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - run Accept@358bb793[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60110]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-37] invocationID:{InvocationID} - SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-06-19 22:12:01 457 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-37] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@6148deed 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-37] invocationID:{InvocationID} - new HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=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@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - New HTTP Connection HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@38bd7f66 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-37] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onOpen SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onOpen HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - fillInterested HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - interested FillInterest@35aa549a{AC.ReadCB@5f5b8ce2{HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - interested FillInterest@663f5b06{SSLC.NBReadCB@52676c49{SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@fd366ac on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=2 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Created SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - ran Accept@358bb793[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60110]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 2 updates 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updateable 2 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@38bd7f66 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@fd366ac 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60110], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=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-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1772]@2021-06-19T22:12:01.459852Z 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@734f83b8 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1772]@2021-06-19T22:12:01.459905Z 2021-06-19 22:12:01 459 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@415938c in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@415938c startThread=0 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@415938c started 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@415938c waiting 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@734f83b8 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1772]@2021-06-19T22:12:01.460068Z 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-35] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1772]@2021-06-19T22:12:01.460117Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=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-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1772]@2021-06-19T22:12:01.460178Z tryProduce true 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@663f5b06{SSLC.NBReadCB@52676c49{SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >c.onFillable SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - onFillable SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - fillable FillInterest@35aa549a{AC.ReadCB@5f5b8ce2{HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >fill SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 261 HeapByteBuffer@149084a9[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xD4\x991a\xDf\x9ff\xEep\xB5[\xB4\x99\xDd...I\xE7\x94\xF2O\x94\xB3>\xBf:\xA8\xD0RR\r\xA3{\xFa\xC2L2{X>>>\x02\xEfM"\xEe2\xD1\x13t...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=261 2021-06-19 22:12:01 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill starting handshake SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_TASK 2021-06-19 22:12:01 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_WRAP 2021-06-19 22:12:01 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >flush SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@52676c49{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 6 HeapByteBuffer@149084a9[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xD4\x991a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=6 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 367 HeapByteBuffer@149084a9[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xD4\x991a\xDf\x9ff\xEep\xB5[\xB4\x99\xDd...j\x97\x17\xC0\x97\x05\xDe&\t\xC4b\xBa\xA3\xD8\xB4\x9dJ\x89`\xBf\x07\x03\xAf>>>\xC1\xB0\x1cN\x91\xFe\x85\xF70...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=367 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_TASK 2021-06-19 22:12:01 466 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-35] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@6148deed 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_WRAP 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >flush SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 469 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@52676c49{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=0 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >fill SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - net filled=0 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} {} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.http.HttpParser][dw-35] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=12/30000} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=12/30000} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@35aa549a{AC.ReadCB@5f5b8ce2{HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@663f5b06{SSLC.NBReadCB@52676c49{SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@fd366ac on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updateable 1 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@fd366ac 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-35] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@2e8e9cb8 size 1 > capacity 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@2e8e9cb8 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60110], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=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-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1773]@2021-06-19T22:12:01.472078Z 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@415938c offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1773]@2021-06-19T22:12:01.472174Z 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@3669a67 startThread=0 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@3669a67 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@3669a67 started 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@415938c task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1773]@2021-06-19T22:12:01.472362Z 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@3669a67 waiting 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1773]@2021-06-19T22:12:01.472503Z tryProduce true 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-30] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1773]@2021-06-19T22:12:01.472458Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=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-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@663f5b06{SSLC.NBReadCB@52676c49{SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >c.onFillable SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 472 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - onFillable SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 473 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - fillable FillInterest@35aa549a{AC.ReadCB@5f5b8ce2{HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-06-19 22:12:01 473 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:01 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 474 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 230 HeapByteBuffer@149084a9[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\xF6\x7f\xC27\xAa!\x9f\xEcQ\xC6\n\x7f\x1c\x00\xDe\xD5\xEe\xC7!\x00...\x99\xDb\xF2\x18\x19\xF1#q'\x98x\x04\xDb\x98,\xDe\xDd\xEaM;\xE0\xF7\xB0>>>\xC6\xEe\xA6\xC8\x0c5\xF4\xDd\xA9...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 474 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=230 2021-06-19 22:12:01 475 DEBUG [jdk.event.security][dw-30] invocationID:{InvocationID} - TLSHandshake: 10.233.71.195:60110, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-06-19 22:12:01 475 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] 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@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB5\xE6z\x9a...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - handshake succeeded SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=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-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...`\xD0\xA3DY*\x88<<<\x17\x03\x03\x00\xA7\x86\x8a`\x18\xFd!!\xE4\xC6\xB1(H\x1c\xF3Z[Q\xFe\xD4\xFc...\x99\xDb\xF2\x18\x19\xF1#q'\x98x\x04\xDb\x98,\xDe\xDd\xEaM;\xE0\xF7\xB0>>>\xC6\xEe\xA6\xC8\x0c5\xF4\xDd\xA9...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=0 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] 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@70de768f[p=0,l=150,c=17408,r=150]={<< >>D(\x89j\x01\xDen;0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>D(\x89j\x01\xDen;0...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=5/30000} filled 150 HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>D(\x89j\x01\xDen;0...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=5/30000} parse HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>D(\x89j\x01\xDen;0...\x00\x00\x00\x00\x00\x00\x00} {} 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>D(\x89j\x01\xDen;0...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - START --> SPACE1 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - SPACE1 --> URI 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - URI --> SPACE2 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-06-19 22:12:01 476 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - HEADER --> CONTENT 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - REQUEST for //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.71.111:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=6/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=6/30000} 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - handle //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - handling HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-30] invocationID:{InvocationID} - Host 10.233.71.111 with SNI null 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.server.Server][dw-30] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:12:01 477 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-30] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck)@368cffd6 in null 2021-06-19 22:12:01 478 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-30] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-06-19 22:12:01 478 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-30] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-06-19 22:12:01 478 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:12:01 478 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - chain=customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:12:01 478 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - call filter customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-06-19 22:12:01 478 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Entering. 2021-06-19 22:12:01 478 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-06-19 22:12:01 478 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: b1a471c4-3212-478c-885a-9a4a6808cae6 2021-06-19 22:12:01 478 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Invoking synchronously ... 2021-06-19 22:12:01 478 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-06-19 22:12:01 478 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-06-19 22:12:01 478 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:12:01 479 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck)@368cffd6 2021-06-19 22:12:01 479 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@69b63911 exclude no deflater 2021-06-19 22:12:01 479 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@321796d8[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@b490e56{null} 2021-06-19 22:12:01 479 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Sat, 19 Jun 2021 22:12:01 GMT X-TransactionID: b1a471c4-3212-478c-885a-9a4a6808cae6 X-InvocationID: 7faa564b-f4dc-466e-99fa-d647c849863b Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-06-19 22:12:01 479 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@5aea22a6[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@24ce65b] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-06-19 22:12:01 479 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@321796d8[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-06-19 22:12:01 479 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sat, 19 Jun 2021 22:12:01 GMT X-TransactionID: b1a471c4-3212-478c-885a-9a4a6808cae6 X-InvocationID: 7faa564b-f4dc-466e-99fa-d647c849863b Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-06-19 22:12:01 479 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@5aea22a6[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@24ce65b] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@ce3019c{IDLE}->null [HeapByteBuffer@5fdaf932[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@321796d8[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-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@ce3019c{WRITING}->null:IDLE-->WRITING 2021-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=COMPLETING}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5fdaf932[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-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@321796d8[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-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=COMPLETING}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=COMPLETING}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@ce3019c{WRITING}->null 2021-06-19 22:12:01 480 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@ce3019c{IDLE}->null:WRITING-->IDLE 2021-06-19 22:12:01 481 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@5aea22a6[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@24ce65b] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-06-19 22:12:01 481 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@5aea22a6[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@24ce65b] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-06-19 22:12:01 481 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=10/30000} 2021-06-19 22:12:01 481 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-06-19 22:12:01 481 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:12:01 481 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:12:01 481 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:01 481 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-06-19 22:12:01 481 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:12:01 481 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@663f5b06{SSLC.NBReadCB@52676c49{SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}} 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@fd366ac on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 1 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@fd366ac 2021-06-19 22:12:01 482 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=68d49b41-f797-4b56-abd5-a27530746ee8, referenceCounter=0, store size=0} on thread dw-30 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.111:9101 remote=/10.233.71.195:60110], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:12:01 482 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-30] invocationID:{InvocationID} - Exiting. 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-06-19 22:12:01 482 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}:runFillable:BLOCKING 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1774]@2021-06-19T22:12:01.483028Z 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@3669a67 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1774]@2021-06-19T22:12:01.483063Z 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.server.Server][dw-30] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@2c341fa5 startThread=0 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@2c341fa5 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@3669a67 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1774]@2021-06-19T22:12:01.483176Z 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@2c341fa5 started 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@2c341fa5 waiting 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1774]@2021-06-19T22:12:01.483132Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}:runFillable:BLOCKING/BLOCKING 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - unhandle HttpChannelState@6c10c41c{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1775]@2021-06-19T22:12:01.483241Z tryProduce true 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@6c10c41c{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@663f5b06{SSLC.NBReadCB@52676c49{SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}}} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >c.onFillable SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - completed HttpChannelState@6c10c41c{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - unhandle HttpChannelState@6c10c41c{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@6c10c41c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillable SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@35aa549a{null} 2021-06-19 22:12:01 483 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - FillInterest@35aa549a{null} lost race null 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=13/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3695f236{s=END}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@415938c size 1 > capacity 10.233.71.195 - - [19/Jun/2021:22:12:01 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@415938c in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-30] invocationID:{InvocationID} - recycle HttpChannelState@6c10c41c{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-30] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - >fill SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=13/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - filled 24 HeapByteBuffer@149084a9[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x82\x8b\xA6\xC4&\x88\xFb\x8a8\x17H\xE3\x06\rM1\x8b\xD3\xEd>>>\xAd)\xBd\xEf\t\xF3\xF4S\x0c...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - net filled=24 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=13/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=14/30000} filled -1 HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=14/30000} 2021-06-19 22:12:01 484 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(null) DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=14/30000} 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - shutdownOutput: SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=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-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - ensureFillInterested SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - interested FillInterest@663f5b06{SSLC.NBReadCB@52676c49{SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@fd366ac on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 1 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@fd366ac 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:12:01 485 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.111:9101 remote=/10.233.71.195:60110], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=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-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-30] invocationID:{InvocationID} - doClose SocketChannelEndPoint@26264c2b{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=/10.233.71.111:9101,r=/10.233.71.195:60110,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1775]@2021-06-19T22:12:01.486279Z 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@2c341fa5 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1775]@2021-06-19T22:12:01.486345Z 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@305272b startThread=0 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@2c341fa5 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1775]@2021-06-19T22:12:01.486488Z 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@305272b in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@305272b started 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1775]@2021-06-19T22:12:01.486541Z tryProduce true 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@305272b waiting 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@26264c2b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1775]@2021-06-19T22:12:01.486522Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@26264c2b{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@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=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-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close SocketChannelEndPoint@26264c2b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - onClose FillInterest@663f5b06{SSLC.NBReadCB@52676c49{SslConnection@52676c49::SocketChannelEndPoint@26264c2b{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@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@663f5b06{SSLC.NBReadCB@52676c49{SslConnection@52676c49::SocketChannelEndPoint@26264c2b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-34] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@26264c2b{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Wakeup ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=1 updates=0 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >c.onFillable SslConnection@52676c49::SocketChannelEndPoint@26264c2b{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@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/0 selected 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 0 updates 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - close DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-36] invocationID:{InvocationID} - close(null) DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f1b95e8 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f1b95e8 startThread=0 2021-06-19 22:12:01 486 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 0 keys 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - onFillable SslConnection@52676c49::SocketChannelEndPoint@26264c2b{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@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@35aa549a{null} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@26264c2b{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@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - FillInterest@35aa549a{null} lost race null 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onClose HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.FillInterest][dw-30] invocationID:{InvocationID} - onClose FillInterest@35aa549a{null} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - onClose SslConnection@52676c49::SocketChannelEndPoint@26264c2b{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@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@3669a67 size 1 > capacity 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f1b95e8 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@3669a67 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} {} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.http.HttpParser][dw-30] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{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-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-30] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-30] invocationID:{InvocationID} - HttpConnection@5f5b8ce2::DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} onFillable exit HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:01 487 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-30] invocationID:{InvocationID} - SslConnection@52676c49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@78c39aa1{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@5f5b8ce2[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3695f236{s=START}]=>HttpChannelOverHttp@9cdd986{s=HttpChannelState@6c10c41c{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 488 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-30] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@734f83b8 size 1 > capacity 2021-06-19 22:12:01 488 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@734f83b8 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@100807ca-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@4ab364c0[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60112]] on ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@100807ca-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=1 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/0 selected 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 1 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update Accept@4ab364c0[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60112]] 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue Accept@4ab364c0[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60112]] startThread=0 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run Accept@4ab364c0[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60112]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-35] invocationID:{InvocationID} - SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-06-19 22:12:01 670 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-35] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@6f949ffd 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-35] invocationID:{InvocationID} - new HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=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@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - New HTTP Connection HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@ab592c2 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@60ba1f61{AC.ReadCB@3f0e5d5{HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@46bfa236{SSLC.NBReadCB@2bfd9f87{SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@1f91cc1 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=2 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Created SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 2 updates 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 2 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@ab592c2 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran Accept@4ab364c0[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60112]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 671 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@1f91cc1 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60112], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=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-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1776]@2021-06-19T22:12:01.672652Z 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@305272b offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1776]@2021-06-19T22:12:01.672737Z 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@588fc1b1 startThread=0 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@305272b task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1776]@2021-06-19T22:12:01.672862Z 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@588fc1b1 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@588fc1b1 started 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@588fc1b1 waiting 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1776]@2021-06-19T22:12:01.672918Z tryProduce true 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:01 672 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1776]@2021-06-19T22:12:01.6729Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=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-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@46bfa236{SSLC.NBReadCB@2bfd9f87{SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >c.onFillable SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - onFillable SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - fillable FillInterest@60ba1f61{AC.ReadCB@3f0e5d5{HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 261 HeapByteBuffer@149084a9[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x02\xCe\x88{/\xE8\x95\xC7\x19i\xB2U\x93\x0b...!\x15W\xD6{+\xD0-P\x94\xB0i?}\x05\x119\xEd\x93\x13\x9d\x86\x12>>>\xE5z\xEaP\t\x15\xB1G\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=261 2021-06-19 22:12:01 673 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill starting handshake SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 674 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 674 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_TASK 2021-06-19 22:12:01 674 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_WRAP 2021-06-19 22:12:01 674 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >flush SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 674 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:12:01 674 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:01 674 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2bfd9f87{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 373 HeapByteBuffer@149084a9[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x02\xCe\x88{/\xE8\x95\xC7...\x12\x12\xF4\x11}\x82\xD5g\xE2!xw\x12\xF4\x06\xA4\xCc\xD5\xE1p\xEb\xEd\xBd>>>\x85\xF70P\xDb\xB0S\xC7S...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=373 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x02\xCe\x88{/\xE8\x95\xC7\x19i\xB2U\x93\x0b...\x12\x12\xF4\x11}\x82\xD5g\xE2!xw\x12\xF4\x06\xA4\xCc\xD5\xE1p\xEb\xEd\xBd>>>\x85\xF70P\xDb\xB0S\xC7S...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 675 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_TASK 2021-06-19 22:12:01 679 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-34] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@6f949ffd 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_WRAP 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >flush SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2bfd9f87{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[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-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >fill SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[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-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - net filled=0 2021-06-19 22:12:01 682 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000} filled 0 HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} {} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.http.HttpParser][dw-34] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=START,0 of -1} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-34] invocationID:{InvocationID} - fillInterested HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=11/30000} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - interested FillInterest@60ba1f61{AC.ReadCB@3f0e5d5{HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.FillInterest][dw-34] invocationID:{InvocationID} - interested FillInterest@46bfa236{SSLC.NBReadCB@2bfd9f87{SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@1f91cc1 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-34] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updateable 1 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@1f91cc1 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-34] invocationID:{InvocationID} - SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@2c341fa5 size 1 > capacity 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@2c341fa5 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:12:01 683 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60112], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=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-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1777]@2021-06-19T22:12:01.684127Z 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@588fc1b1 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1777]@2021-06-19T22:12:01.684166Z 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@9f82aaa startThread=0 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@588fc1b1 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1777]@2021-06-19T22:12:01.684271Z 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@9f82aaa in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-33] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1777]@2021-06-19T22:12:01.684239Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=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-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@9f82aaa started 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@9f82aaa waiting 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1778]@2021-06-19T22:12:01.684309Z tryProduce true 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@46bfa236{SSLC.NBReadCB@2bfd9f87{SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >c.onFillable SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - onFillable SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33] invocationID:{InvocationID} - fillable FillInterest@60ba1f61{AC.ReadCB@3f0e5d5{HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 230 HeapByteBuffer@149084a9[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005C\x86"\x0b\xBc\xEe\\\xCe\x14\xBe\x9d\x95q\x8a[{f\xE6d^...\xE0Piq\xA9\x86o\x15?\x11\xEbd\xD0\xB4\x8e\xFfOa\x01v\x9f\xA3\xFf>>>C\x13\x01\x87r\x1fZ\xBd'...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 684 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=230 2021-06-19 22:12:01 685 DEBUG [jdk.event.security][dw-33] invocationID:{InvocationID} - TLSHandshake: 10.233.71.195:60112, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\n\x0b\x9bW...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - handshake succeeded SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=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-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\xB8\xCb2\xE8\x13Y\xBf<<<\x17\x03\x03\x00\xA7q\\\x89n-g\x91n\xC8Y\x7f\x80\xC2fi\xA1Z\x9e\xAe\xCa...\xE0Piq\xA9\x86o\x15?\x11\xEbd\xD0\xB4\x8e\xFfOa\x01v\x9f\xA3\xFf>>>C\x13\x01\x87r\x1fZ\xBd'...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=0 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] 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@70de768f[p=0,l=150,c=17408,r=150]={<< >>Y\xA2\xD9\xD4\x0e\x94\xDb\xDeQ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>Y\xA2\xD9\xD4\x0e\x94\xDb\xDeQ...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=2/30000} filled 150 HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>Y\xA2\xD9\xD4\x0e\x94\xDb\xDeQ...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>Y\xA2\xD9\xD4\x0e\x94\xDb\xDeQ...\x00\x00\x00\x00\x00\x00\x00} {} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>Y\xA2\xD9\xD4\x0e\x94\xDb\xDeQ...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - START --> SPACE1 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - SPACE1 --> URI 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - URI --> SPACE2 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - HEADER --> CONTENT 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - REQUEST for //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.71.111:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=2/30000} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - handle //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - handling HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:12:01 685 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-33] invocationID:{InvocationID} - Host 10.233.71.111 with SNI null 2021-06-19 22:12:01 686 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-06-19 22:12:01 686 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-33] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck)@1372e358 in null 2021-06-19 22:12:01 686 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-33] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-06-19 22:12:01 686 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-33] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-06-19 22:12:01 686 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:12:01 686 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - chain=customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:12:01 686 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-06-19 22:12:01 686 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Entering. 2021-06-19 22:12:01 686 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-06-19 22:12:01 686 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 5250af1c-fc41-4ded-96f0-84ede758b90d 2021-06-19 22:12:01 686 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Invoking synchronously ... 2021-06-19 22:12:01 686 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-06-19 22:12:01 686 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-06-19 22:12:01 686 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck)@1372e358 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@772ee5e0 exclude no deflater 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@6ae9ce60[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@220c14ed{null} 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Sat, 19 Jun 2021 22:12:01 GMT X-TransactionID: 5250af1c-fc41-4ded-96f0-84ede758b90d X-InvocationID: 94a4210b-4190-41aa-85c0-b50846d3ba86 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@26605bd7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@26e1bb1e] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@6ae9ce60[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-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sat, 19 Jun 2021 22:12:01 GMT X-TransactionID: 5250af1c-fc41-4ded-96f0-84ede758b90d X-InvocationID: 94a4210b-4190-41aa-85c0-b50846d3ba86 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@26605bd7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@26e1bb1e] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@25ffb6c{IDLE}->null [HeapByteBuffer@5fdaf932[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@6ae9ce60[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-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@25ffb6c{WRITING}->null:IDLE-->WRITING 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=COMPLETING}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5fdaf932[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-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@6ae9ce60[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-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=COMPLETING}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 687 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=COMPLETING}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@25ffb6c{WRITING}->null 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@25ffb6c{IDLE}->null:WRITING-->IDLE 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@26605bd7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@26e1bb1e] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@26605bd7[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@26e1bb1e] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=4/30000} 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.FillInterest][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@46bfa236{SSLC.NBReadCB@2bfd9f87{SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}} 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@1f91cc1 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updateable 1 2021-06-19 22:12:01 688 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@1f91cc1 2021-06-19 22:12:01 689 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=7db910c2-30f5-4e20-81ae-9682cf6f405a, referenceCounter=0, store size=0} on thread dw-33 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-06-19 22:12:01 689 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-33] invocationID:{InvocationID} - Exiting. 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.Server][dw-33] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@33424566{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.111:9101 remote=/10.233.71.195:60112], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@33424566{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - completed HttpChannelState@33424566{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - unhandle HttpChannelState@33424566{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@33424566{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=END}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1778]@2021-06-19T22:12:01.689301Z 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@9f82aaa offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1778]@2021-06-19T22:12:01.689333Z 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-33] invocationID:{InvocationID} - recycle HttpChannelState@33424566{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@50d06d70 startThread=0 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@9f82aaa task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1778]@2021-06-19T22:12:01.689418Z 10.233.71.195 - - [19/Jun/2021:22:12:01 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 4 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-33] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@50d06d70 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@50d06d70 started 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-32] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1778]@2021-06-19T22:12:01.689398Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=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-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-37] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1778]@2021-06-19T22:12:01.68946Z tryProduce true 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@50d06d70 waiting 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - >fill SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@46bfa236{SSLC.NBReadCB@2bfd9f87{SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-33] invocationID:{InvocationID} - filled 24 HeapByteBuffer@149084a9[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xF8\r\xB21\xFe\x92\xA6\xFc\xEa=\xBe6\x01/Ra\x8dFo>>>I\xC6\xEa\xB7_,\x9c\x85\x99...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - net filled=24 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - >c.onFillable SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NEED_UNWRAP,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=6/30000} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=6/30000} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - close(null) DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - shutdownOutput: SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=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-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} {} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.http.HttpParser][dw-33] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - ensureFillInterested SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-33] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-33] invocationID:{InvocationID} - HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000} onFillable exit HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - interested FillInterest@46bfa236{SSLC.NBReadCB@2bfd9f87{SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-33] invocationID:{InvocationID} - SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@305272b size 1 > capacity 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@1f91cc1 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@305272b in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:01 689 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 1 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@1f91cc1 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-32] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-32] invocationID:{InvocationID} - doClose SocketChannelEndPoint@157dc281{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=/10.233.71.111:9101,r=/10.233.71.195:60112,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.111:9101 remote=/10.233.71.195:60112], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@157dc281{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed] 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onClose FillInterest@46bfa236{SSLC.NBReadCB@2bfd9f87{SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-37] invocationID:{InvocationID} - close SocketChannelEndPoint@157dc281{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillableFail SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onFail FillInterest@60ba1f61{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-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-32] invocationID:{InvocationID} - Wakeup ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=1 updates=0 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-37] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@157dc281{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7ab6d5f0 startThread=0 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - onClose FillInterest@60ba1f61{null} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7ab6d5f0 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - onFillable SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@157dc281{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - fillable FillInterest@60ba1f61{null} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.FillInterest][dw-32] invocationID:{InvocationID} - FillInterest@60ba1f61{null} lost race null 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-30] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@157dc281{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-32] invocationID:{InvocationID} - SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onClose HttpConnection@3f0e5d5::DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-32] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@588fc1b1 size 1 > capacity 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-32] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@588fc1b1 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-30] invocationID:{InvocationID} - onClose SslConnection@2bfd9f87::SocketChannelEndPoint@157dc281{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@2bfd9f87{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@48d0e045{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@3f0e5d5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@64609075{s=START}]=>HttpChannelOverHttp@38963b42{s=HttpChannelState@33424566{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:01 690 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-30] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7ab6d5f0 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@100807ca-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@70d0ad6f[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60212]] on ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=0 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-31-acceptor-0@100807ca-RuleActiveApp@3b6c2be6{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=0 selected=0 updates=1 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/0 selected 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 1 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - update Accept@70d0ad6f[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60212]] 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - queue Accept@70d0ad6f[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60212]] startThread=0 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - run Accept@70d0ad6f[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60212]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-35] invocationID:{InvocationID} - SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-06-19 22:12:11 457 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-35] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@518b8dfa 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-35] invocationID:{InvocationID} - new HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=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@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-35] invocationID:{InvocationID} - New HTTP Connection HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@20b0b5a on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-35] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - onOpen HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-35] invocationID:{InvocationID} - fillInterested HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@203acc20{AC.ReadCB@19519adc{HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-35] invocationID:{InvocationID} - SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.FillInterest][dw-35] invocationID:{InvocationID} - interested FillInterest@7a3142a6{SSLC.NBReadCB@60ca5d97{SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-35] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@48258e92 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=2 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-35] invocationID:{InvocationID} - Created SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-35] invocationID:{InvocationID} - ran Accept@70d0ad6f[java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60212]] in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 2 updates 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updateable 2 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$509/0x0000000100650440@20b0b5a 2021-06-19 22:12:11 458 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@48258e92 2021-06-19 22:12:11 459 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:11 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:11 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:12:11 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:12:11 459 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60212], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 459 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 459 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=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-06-19 22:12:11 459 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1779]@2021-06-19T22:12:11.459868Z 2021-06-19 22:12:11 459 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@50d06d70 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1779]@2021-06-19T22:12:11.45997Z 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@7127b9f5 startThread=0 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-34] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@7127b9f5 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@7127b9f5 started 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@7127b9f5 waiting 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@50d06d70 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1779]@2021-06-19T22:12:11.46022Z 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1779]@2021-06-19T22:12:11.460305Z tryProduce true 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-37] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1779]@2021-06-19T22:12:11.460267Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=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-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - fillable FillInterest@7a3142a6{SSLC.NBReadCB@60ca5d97{SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >c.onFillable SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 460 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - onFillable SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 461 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - fillable FillInterest@203acc20{AC.ReadCB@19519adc{HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-06-19 22:12:11 461 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:11 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >fill SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-06-19 22:12:11 461 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - filled 261 HeapByteBuffer@149084a9[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03A\xE4\xA1\x12\x1b\x19$\xFe\xE14\xD6x>\xF0...z"\xE1=\xBf.\xB9\xE8(\x9e\xC7\xC9X\xBeS(-+\x9bK\xAd1\x03>>>\xB7\xD0\xF7\xB8vY\x9e\x1aA...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net filled=261 2021-06-19 22:12:11 461 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill starting handshake SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_TASK 2021-06-19 22:12:11 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_WRAP 2021-06-19 22:12:11 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >flush SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:12:11 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:11 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-06-19 22:12:11 462 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:11 462 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@60ca5d97{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - filled 6 HeapByteBuffer@149084a9[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03A\xE4\xA1\x12...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net filled=6 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[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-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net filled=0 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >fill SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - filled 367 HeapByteBuffer@149084a9[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03A\xE4\xA1\x12\x1b\x19$\xFe\xE14\xD6x>\xF0...\xAdc\xC4\x8a\x82W\xF0u\x17=\xAau\x0e\xB3\xCe \x05\xFb\x15\x02Y/\xA5>>>\xD5\xE1p\xEb\xEd\xBd\x85\xF70...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net filled=367 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 463 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_TASK 2021-06-19 22:12:11 467 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-37] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@518b8dfa 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_WRAP 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >flush SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5db1d6b9[p=0,l=0,c=0,r=0]={<<<>>>} 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - flush NEED_WRAP 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net flushed=true, ac=true 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@60ca5d97{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 470 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - net filled=0 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} {} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.http.HttpParser][dw-37] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=12/30000} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-37] invocationID:{InvocationID} - fillInterested HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=12/30000} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - interested FillInterest@203acc20{AC.ReadCB@19519adc{HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.FillInterest][dw-37] invocationID:{InvocationID} - interested FillInterest@7a3142a6{SSLC.NBReadCB@60ca5d97{SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-37] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@48258e92 on ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=0 2021-06-19 22:12:11 471 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-37] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@38cf3ae1{STARTED} id=0 keys=1 selected=0 updates=1 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken with none selected 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-37] invocationID:{InvocationID} - HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 0/0/1 selected 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 0 keys, 1 updates 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updateable 1 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$503/0x000000010060a040@48258e92 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-37] invocationID:{InvocationID} - SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-37] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@9f82aaa size 1 > capacity 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 woken up from select, 1/1/1 selected 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-37] invocationID:{InvocationID} - ran ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@9f82aaa in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}] 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 processing 1 keys, 0 updates 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-36] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.111:9101 remote=/10.233.71.195:60212], selector=sun.nio.ch.EPollSelectorImpl@6fdaa386, interestOps=1, readyOps=1 SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=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-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0} tryExecute EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=0}][pc=0,pic=0,pec=3,epc=1780]@2021-06-19T22:12:11.472528Z 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=0}@7127b9f5 offer EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=0}][pc=0,pic=0,pec=3,epc=1780]@2021-06-19T22:12:11.472565Z 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-36] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1} startReservedThread p=1 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-36] invocationID:{InvocationID} - queue ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@47e31fb3 startThread=0 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-34] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@7127b9f5 task=EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1780]@2021-06-19T22:12:11.472658Z 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-33] invocationID:{InvocationID} - run ReservedThreadExecutor@52d7ab79{s=0/1,p=1}@47e31fb3 in InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}] 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=1}@47e31fb3 started 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-34] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=1/1,p=1}][pc=0,pic=0,pec=3,epc=1780]@2021-06-19T22:12:11.472701Z tryProduce true 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updateable 0 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-33] invocationID:{InvocationID} - ReservedThreadExecutor@52d7ab79{s=1/1,p=0}@47e31fb3 waiting 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - updates 0 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-36] invocationID:{InvocationID} - EatWhatYouKill@6e7e0259/SelectorProducer@2c0dca15/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@401e02b4{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@52d7ab79{s=0/1,p=1}][pc=0,pic=0,pec=3,epc=1780]@2021-06-19T22:12:11.472683Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=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-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@7a3142a6{SSLC.NBReadCB@60ca5d97{SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-34] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-34] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@6fdaa386 waiting with 1 keys 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >c.onFillable SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - onFillable SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.io.FillInterest][dw-36] invocationID:{InvocationID} - fillable FillInterest@203acc20{AC.ReadCB@19519adc{HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-06-19 22:12:11 472 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - >fill SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 230 HeapByteBuffer@149084a9[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\x05\xF8\xCb\xF0\xCfc|\xAe\xE5l\xDe\xEf|\xD1\x1dC\xE1\xD5Z\xB8...(\xBcBv\x94\x97\xF45#\x0f|\xE9=\xEa\x0bCcP))oJ\xC9>>>\x01\xAeDok\x8d\n\x99....\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=230 2021-06-19 22:12:11 473 DEBUG [jdk.event.security][dw-36] invocationID:{InvocationID} - TLSHandshake: 10.233.71.195:60212, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC2\x8f\x90r...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - handshake succeeded SslConnection@60ca5d97::SocketChannelEndPoint@61fad7b3{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@60ca5d97{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=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-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-36] invocationID:{InvocationID} - filled 0 HeapByteBuffer@149084a9[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\x17=\x8a\x85;pf<<<\x17\x03\x03\x00\xA7\xDc\xA8#\xFd\xEeSE\xFaf\xCd\n\xD8\x06\xC2F\x84\x00\xB2\x8f\x11...(\xBcBv\x94\x97\xF45#\x0f|\xE9=\xEa\x0bCcP))oJ\xC9>>>\x01\xAeDok\x8d\n\x99....\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - net filled=0 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>js\xF3>\xFe\x1eU\x12\xB9...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>js\xF3>\xFe\x1eU\x12\xB9...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-36] invocationID:{InvocationID} - SslConnection@60ca5d97{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@19519adc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@35a83733{s=START}]=>HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000} filled 150 HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>js\xF3>\xFe\x1eU\x12\xB9...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>js\xF3>\xFe\x1eU\x12\xB9...\x00\x00\x00\x00\x00\x00\x00} {} 2021-06-19 22:12:11 473 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@70de768f[p=0,l=150,c=17408,r=150]={<< >>js\xF3>\xFe\x1eU\x12\xB9...\x00\x00\x00\x00\x00\x00\x00} 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - START --> SPACE1 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - SPACE1 --> URI 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - URI --> SPACE2 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.http.HttpParser][dw-36] invocationID:{InvocationID} - HEADER --> CONTENT 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - REQUEST for //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.71.111:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-36] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@19519adc::DecryptedEndPoint@14b831ec{l=/10.233.71.111:9101,r=/10.233.71.195:60212,OPEN,fill=-,flush=-,to=2/30000} 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - handle //10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-36] invocationID:{InvocationID} - handling HttpChannelState@23483d79{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-36] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-36] invocationID:{InvocationID} - Host 10.233.71.111 with SNI null 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.Server][dw-36] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6a1e3bef{s=HttpChannelState@23483d79{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.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-36] invocationID:{InvocationID} - GzipHandler@d6b532f{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.111:9101/api/holmes-rule-mgmt/v1/healthcheck)@48be16b4 in null 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-36] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-36] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@1290c49{/,null,AVAILABLE} 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36] invocationID:{InvocationID} - chain=customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-10a907ec@c9560d1a==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36] invocationID:{InvocationID} - call filter customFilter@10618775==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-06-19 22:12:11 474 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-36] invocationID:{InvocationID} - Entering. 2021-06-19 22:12:11 474 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-36] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-06-19 22:12:11 474 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-36] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: e88cf61a-a549-40c4-81a7-f0d075a5a501 2021-06-19 22:12:11 474 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-36] invocationID:{InvocationID} - Invoking synchronously ... 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4662752a@4662752a==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-06-19 22:12:11 474 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-2e4eda17@2e4eda17==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-06-19 22:12:11 475 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-36 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jers