Results

By type

          2022-03-12 06:21:59 378 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@50646277 started
2022-03-12 06:21:59 378 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@50646277 waiting
2022-03-12 06:21:59 378 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1848]@2022-03-12T06:21:59.378515Z tryProduce true
2022-03-12 06:21:59 378 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-03-12 06:21:59 378 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-03-12 06:21:59 378 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@423540be{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1923f06d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@10b31b48[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c976a65{s=START}]=>HttpChannelOverHttp@52db6843{s=HttpChannelState@4b23d854{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:21:59 378 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@3d7d14c8{SSLC.NBReadCB@1923f06d{SslConnection@1923f06d::SocketChannelEndPoint@423540be{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1923f06d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@10b31b48[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c976a65{s=START}]=>HttpChannelOverHttp@52db6843{s=HttpChannelState@4b23d854{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillableFail SslConnection@1923f06d::SocketChannelEndPoint@423540be{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1923f06d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@10b31b48[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@4c976a65{s=START}]=>HttpChannelOverHttp@52db6843{s=HttpChannelState@4b23d854{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onFail FillInterest@359c3068{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:214)
	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$2.run(ChannelEndPoint.java:117)
	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)
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@7577589{STARTED} id=0 keys=1 selected=1 updates=0
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@17e64209 startThread=0
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@359c3068{null}
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@10b31b48::DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@10b31b48::DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@10b31b48::DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=16/30000}
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=16/30000}
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@17e64209 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@10b31b48::DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=16/30000} onFillable exit HttpChannelState@4b23d854{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1923f06d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@10b31b48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c976a65{s=START}]=>HttpChannelOverHttp@52db6843{s=HttpChannelState@4b23d854{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@37d6bd79 size 1 > capacity
2022-03-12 06:21:59 379 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@37d6bd79 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@423540be{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1923f06d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@10b31b48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c976a65{s=START}]=>HttpChannelOverHttp@52db6843{s=HttpChannelState@4b23d854{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/0 selected
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 0 updates
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 0 keys
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@423540be{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1923f06d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@10b31b48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c976a65{s=START}]=>HttpChannelOverHttp@52db6843{s=HttpChannelState@4b23d854{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@3d7d14c8{SSLC.NBReadCB@1923f06d{SslConnection@1923f06d::SocketChannelEndPoint@423540be{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1923f06d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@10b31b48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c976a65{s=START}]=>HttpChannelOverHttp@52db6843{s=HttpChannelState@4b23d854{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose HttpConnection@10b31b48::DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=17/30000}
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@3d7d14c8{null} lost race null
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@3d49a76a size 1 > capacity
2022-03-12 06:21:59 380 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@3d49a76a in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:21:59 381 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose SslConnection@1923f06d::SocketChannelEndPoint@423540be{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@1923f06d{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@237b513e{/10.233.71.16:37614<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@10b31b48[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@4c976a65{s=START}]=>HttpChannelOverHttp@52db6843{s=HttpChannelState@4b23d854{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:21:59 381 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@17e64209 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:06 603 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - KeepAlive stream used: http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup86c94c59-f7e2-4755-9efd-b4f37df3b4cc/homles86c94c59-f7e2-4755-9efd-b4f37df3b4cc?timeout=15000
2022-03-12 06:22:06 604 DEBUG [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - sun.net.www.MessageHeader@4c0b997213 pairs: {null: HTTP/1.1 200 OK}{Date: Sat, 12 Mar 2022 06:21:51 GMT}{Cache-Control: no-store, no-cache, must-revalidate}{Pragma: no-cache}{Expires: 0}{Content-Type: application/json}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{breadcrumbId: ID-onap-message-router-0-message-router-onap-svc-cluster-local-1647061882734-0-28035}{timeout: 15000}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{X-CSI-Internal-WriteableRequest: true}{Content-Length: 2}{Server: Jetty(9.4.z-SNAPSHOT)}
2022-03-12 06:22:06 607 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-03-12 06:22:06 607 DEBUG [org.jvnet.hk2.logger][Thread-15] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_141,142,102669858)
2022-03-12 06:22:06 612 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][Thread-15] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2022-03-12 06:22:06 617 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-03-12 06:22:06 617 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-03-12 06:22:06 617 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-03-12 06:22:06 618 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-03-12 06:22:06 619 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-03-12 06:22:06 619 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-03-12 06:22:06 619 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-03-12 06:22:06 619 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-03-12 06:22:06 621 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-12 06:22:06 621 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-12 06:22:06 623 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][Thread-15] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-03-12 06:22:06 624 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][Thread-15] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor43.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.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.getDMaaPData(Subscriber.java:85)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.subscribe(Subscriber.java:69)
	at org.onap.holmes.engine.dmaap.DMaaPAlarmPolling.run(DMaaPAlarmPolling.java:49)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 18 common frames omitted
2022-03-12 06:22:06 624 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][Thread-15] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2022-03-12 06:22:06 624 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][Thread-15] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2022-03-12 06:22:06 634 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][Thread-15] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2022-03-12 06:22:06 635 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - ProxySelector Request for http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup86c94c59-f7e2-4755-9efd-b4f37df3b4cc/homles86c94c59-f7e2-4755-9efd-b4f37df3b4cc?timeout=15000
2022-03-12 06:22:06 635 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - KeepAlive stream retrieved from the cache, sun.net.www.http.HttpClient(http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup86c94c59-f7e2-4755-9efd-b4f37df3b4cc/homles86c94c59-f7e2-4755-9efd-b4f37df3b4cc?timeout=15000)
2022-03-12 06:22:06 635 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - Proxy used: DIRECT
2022-03-12 06:22:06 636 DEBUG [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - sun.net.www.MessageHeader@e76a34b5 pairs: {GET /events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup86c94c59-f7e2-4755-9efd-b4f37df3b4cc/homles86c94c59-f7e2-4755-9efd-b4f37df3b4cc?timeout=15000 HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: message-router.onap:3904}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@75c0cd39-EngineDActiveApp@6c2dd88b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@203fcb16 on ManagedSelector@7577589{STARTED} id=0 keys=0 selected=0 updates=0
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@75c0cd39-EngineDActiveApp@6c2dd88b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=0 selected=0 updates=1
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/0 selected
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@203fcb16
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@203fcb16 startThread=0
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@203fcb16 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:09 335 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-03-12 06:22:09 336 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@250d298b
2022-03-12 06:22:09 336 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=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@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-12 06:22:09 336 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-12 06:22:09 336 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 337 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 337 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}
2022-03-12 06:22:09 337 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}
2022-03-12 06:22:09 337 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@4512b8d6{AC.ReadCB@2b931a02{HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-12 06:22:09 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 337 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@76e2f97c{SSLC.NBReadCB@5a732f49{SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:09 338 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@35a8898e on ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-12 06:22:09 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-12 06:22:09 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:09 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@203fcb16 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:09 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/1 selected
2022-03-12 06:22:09 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:09 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:09 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@35a8898e
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/1 selected
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.126:9102 remote=/10.233.71.16:37738], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=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
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1848]@2022-03-12T06:22:09.339591Z
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@50646277 offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1848]@2022-03-12T06:22:09.339704Z
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@74a0b9f1 startThread=0
2022-03-12 06:22:09 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@50646277 task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1848]@2022-03-12T06:22:09.339921Z
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@74a0b9f1 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1848]@2022-03-12T06:22:09.340037Z tryProduce true
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@74a0b9f1 started
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@74a0b9f1 waiting
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1848]@2022-03-12T06:22:09.340149Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=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
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@76e2f97c{SSLC.NBReadCB@5a732f49{SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >c.onFillable SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - onFillable SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - fillable FillInterest@4512b8d6{AC.ReadCB@2b931a02{HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 261 HeapByteBuffer@552455dd[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xDb\x1c\x022\x13\xCf\xC5!\x8b\rt\xD5e\x11...\xEd\xD0\x8e\xF4\xFbpw\xE56\x97\xD3\xF9*\xD0\t\xBf\xC7j3]5S\x15>>>0\xCe\x83.l3\xFb\xF0v...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=261
2022-03-12 06:22:09 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill starting handshake SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_TASK
2022-03-12 06:22:09 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-12 06:22:09 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >flush SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:09 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:09 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false
2022-03-12 06:22:09 342 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:09 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 6 HeapByteBuffer@552455dd[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xDb\x1c\x022...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=6
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >fill SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - filled 0 HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 344 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000} filled 0 HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 344 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:09 344 DEBUG [org.eclipse.jetty.http.HttpParser][dw-22] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 344 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000} parsed false HttpParser{s=START,0 of -1}
2022-03-12 06:22:09 344 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}
2022-03-12 06:22:09 344 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - fillInterested HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}
2022-03-12 06:22:09 344 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@4512b8d6{AC.ReadCB@2b931a02{HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-12 06:22:09 344 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 344 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 344 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@76e2f97c{SSLC.NBReadCB@5a732f49{SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@35a8898e on ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/1 selected
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@35a8898e
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@33746fb2 size 1 > capacity
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@33746fb2 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:09 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:09 346 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/1 selected
2022-03-12 06:22:09 346 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:09 347 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.126:9102 remote=/10.233.71.16:37738], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-12 06:22:09 347 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 347 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=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
2022-03-12 06:22:09 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1849]@2022-03-12T06:22:09.347716Z
2022-03-12 06:22:09 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@74a0b9f1 offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1849]@2022-03-12T06:22:09.347809Z
2022-03-12 06:22:09 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:09 347 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@6106c071 startThread=0
2022-03-12 06:22:09 347 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@6106c071 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:09 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@74a0b9f1 task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1849]@2022-03-12T06:22:09.347965Z
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1849]@2022-03-12T06:22:09.347929Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=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
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@6106c071 started
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@6106c071 waiting
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@76e2f97c{SSLC.NBReadCB@5a732f49{SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1850]@2022-03-12T06:22:09.348056Z tryProduce true
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@4512b8d6{AC.ReadCB@2b931a02{HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 367 HeapByteBuffer@552455dd[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xDb\x1c\x022\x13\xCf\xC5!\x8b\rt\xD5e\x11...\xAd\x1b\xC11\xFd\x17Q\x1a\xBc:\xA5\xA1\xF2{\xB3\x01\xCa\xCe\xCf\x89\x17\x99 >>>\xB1\xF7\xBf\xE0X\xD4y\xA1\xB8...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=367
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK
2022-03-12 06:22:09 354 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-27] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@250d298b
2022-03-12 06:22:09 359 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-12 06:22:09 359 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:09 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:09 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-03-12 06:22:09 360 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:09 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:09 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-03-12 06:22:09 361 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:09 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:09 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-03-12 06:22:09 363 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:09 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:09 363 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 222 HeapByteBuffer@552455dd[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005q\x9d\x85\xB7a\xE0j3\xB0'\x08\xBa\xE3\x03\xBf\xC8k\t\xF2\x19...E\x83\xCd!\xCamZj\x88\x1fW\xFep\x93\xFb\x04><\x05EP\xAa\xFe>>>E\x00C\x13\x01\x8f\xDa]\xE0...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=222
2022-03-12 06:22:09 364 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} -  TLSHandshake: 10.233.71.16:37738, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-03-12 06:22:09 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xD8\xB9\x0fu...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=20/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=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
2022-03-12 06:22:09 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@552455dd[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...\xA7L\xD4\r\xBa\xBd\x8e<<<\x17\x03\x03\x00\x9f\xBb\xFc\x8b\x06^\xBc\xEez\x0b$\xB5y\xAf\x86Mu\xA3\xBb\x84\xB6...E\x83\xCd!\xCamZj\x88\x1fW\xFep\x93\xFb\x04><\x05EP\xAa\xFe>>>E\x00C\x13\x01\x8f\xDa]\xE0...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\x9e\xB7~\xD8A(.\xD4c...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\x9e\xB7~\xD8A(.\xD4c...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=20/30000}=>HttpConnection@2b931a02[p=HttpParser{s=START,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=21/30000} filled 142 HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\x9e\xB7~\xD8A(.\xD4c...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=21/30000} parse HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\x9e\xB7~\xD8A(.\xD4c...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\x9e\xB7~\xD8A(.\xD4c...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-03-12 06:22:09 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.71.126:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=21/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=21/30000}
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1} 
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.71.126 with SNI null
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@7bb25046{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck)@7dc9185f in null
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@3901f6af{/,null,AVAILABLE}
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@3901f6af{/,null,AVAILABLE}
2022-03-12 06:22:09 366 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:09 367 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=logFilter@b267745==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-26679788@26679788==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5bad555b@5bad555b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:09 367 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter logFilter@b267745==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-03-12 06:22:09 367 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering.
2022-03-12 06:22:09 367 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-03-12 06:22:09 367 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 9d5149bd-509b-4a43-981c-53d87409e82f
2022-03-12 06:22:09 367 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 
2022-03-12 06:22:09 367 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-26679788@26679788==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-03-12 06:22:09 367 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5bad555b@5bad555b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-03-12 06:22:09 367 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:09 368 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@7bb25046{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck)@7dc9185f
2022-03-12 06:22:09 368 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@254a8bf7 exclude no deflater
2022-03-12 06:22:09 369 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@5f15a683[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@8c7e058{null}
2022-03-12 06:22:09 369 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
200 OK HTTP/1.1
Connection: close
Date: Sat, 12 Mar 2022 06:22:09 GMT
X-TransactionID: 9d5149bd-509b-4a43-981c-53d87409e82f
X-InvocationID: 165f14a5-eeec-46dd-a566-d0e7411f82ad
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-12 06:22:09 369 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@3d791aff[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4c9d3b94] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-03-12 06:22:09 369 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@5f15a683[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 369 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 12 Mar 2022 06:22:09 GMT
X-TransactionID: 9d5149bd-509b-4a43-981c-53d87409e82f
X-InvocationID: 165f14a5-eeec-46dd-a566-d0e7411f82ad
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-12 06:22:09 369 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-03-12 06:22:09 369 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@3d791aff[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4c9d3b94] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-03-12 06:22:09 369 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@3e4ebd3a{IDLE}->null [HeapByteBuffer@32e9e365[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@5f15a683[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-03-12 06:22:09 369 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3e4ebd3a{WRITING}->null:IDLE-->WRITING
2022-03-12 06:22:09 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=25/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=COMPLETING}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-12 06:22:09 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@32e9e365[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@5f15a683[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-03-12 06:22:09 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-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
2022-03-12 06:22:09 370 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=26/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=COMPLETING}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-12 06:22:09 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:09 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=26/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=COMPLETING}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-12 06:22:09 370 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@3e4ebd3a{WRITING}->null
2022-03-12 06:22:09 370 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3e4ebd3a{IDLE}->null:WRITING-->IDLE
2022-03-12 06:22:09 371 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@3d791aff[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4c9d3b94] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-12 06:22:09 371 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@3d791aff[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4c9d3b94] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-12 06:22:09 371 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=26/30000}
2022-03-12 06:22:09 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=26/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} oshut=false, ishut=false
2022-03-12 06:22:09 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-12 06:22:09 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:09 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:09 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-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
2022-03-12 06:22:09 372 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:09 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:09 372 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:09 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:09 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=28/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:09 372 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@76e2f97c{SSLC.NBReadCB@5a732f49{SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=28/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}}}
2022-03-12 06:22:09 372 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=28/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:09 372 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@35a8898e on ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-12 06:22:09 372 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/1 selected
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@35a8898e
2022-03-12 06:22:09 373 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=2e28696e-f115-4457-942d-d9371903d4cd, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-03-12 06:22:09 373 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/1 selected
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@3c26aed7{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@3c26aed7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.126:9102 remote=/10.233.71.16:37738], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8} 
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@3c26aed7{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@3c26aed7{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@3c26aed7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
10.233.71.16 - - [12/Mar/2022:06:22:09 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 8
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-03-12 06:22:09 373 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@532a72c6{s=END}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}:runFillable:BLOCKING
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@3c26aed7{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1850]@2022-03-12T06:22:09.374109Z
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@6106c071 offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1850]@2022-03-12T06:22:09.374192Z
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@33820e3 startThread=0
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@6106c071 task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1850]@2022-03-12T06:22:09.374381Z
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1850]@2022-03-12T06:22:09.374422Z tryProduce true
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1850]@2022-03-12T06:22:09.374307Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a732f49{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=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
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@552455dd[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x98\x16\x128(\xC7i\x9c\x9e\x99A\x00\xFe_ F\xDf>y>>>\xE0A6\xFd\x01f?g\xA1...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@33820e3 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@33820e3 started
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@33820e3 waiting
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000} filled -1 HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@76e2f97c{SSLC.NBReadCB@5a732f49{SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=24/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:09 374 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=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
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - ensureFillInterested SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@4512b8d6{null}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - FillInterest@4512b8d6{null} lost race null
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@76e2f97c{SSLC.NBReadCB@5a732f49{SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@74a0b9f1 size 1 > capacity
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@35a8898e on ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@74a0b9f1 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/1 selected
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@35a8898e
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/1 selected
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[closed], selector=sun.nio.ch.EPollSelectorImpl@528e34a, invalid SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed]
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@76e2f97c{SSLC.NBReadCB@5a732f49{SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillableFail SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@4512b8d6{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:214)
	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$2.run(ChannelEndPoint.java:117)
	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)
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:09 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@7577589{STARTED} id=0 keys=1 selected=1 updates=0
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@93c5f8b startThread=0
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@4512b8d6{null}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000} parse HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@93c5f8b in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/0 selected
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 0 updates
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 0 keys
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000} onFillable exit HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.71.126:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@50646277 size 1 > capacity
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@50646277 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose HttpConnection@2b931a02::DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=32/30000}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose SslConnection@5a732f49::SocketChannelEndPoint@4d82cc34{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5a732f49{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@679e260b{/10.233.71.16:37738<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=32/30000}=>HttpConnection@2b931a02[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@532a72c6{s=START}]=>HttpChannelOverHttp@3e19e118{s=HttpChannelState@3c26aed7{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:09 376 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@93c5f8b in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:12 340 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@665d5b95] obtained in 0 millis
2022-03-12 06:22:12 340 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@5f35427, maxRows=1, fetchSize=0, flags=16
2022-03-12 06:22:12 340 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null,$1=<'10.233.71.126_9201'>,type=VARCHAR)
2022-03-12 06:22:12 340 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2022-03-12 06:22:12 341 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-03-12 06:22:12 342 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-03-12 06:22:12 342 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE DataRow(len=41)
2022-03-12 06:22:12 343 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE PortalSuspended
2022-03-12 06:22:12 343 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-03-12 06:22:12 343 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?] took 2 millis
2022-03-12 06:22:12 343 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-03-12 06:22:12 343 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-03-12 06:22:12 343 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-03-12 06:22:12 343 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@665d5b95] released
2022-03-12 06:22:12 343 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@5b06efd0] obtained in 0 millis
2022-03-12 06:22:12 344 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@32aa3619, maxRows=0, fetchSize=0, flags=16
2022-03-12 06:22:12 344 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null,$1=<1647066132340>,type=INT8,$2=<'10.233.71.126_9201'>,type=VARCHAR)
2022-03-12 06:22:12 344 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-03-12 06:22:12 344 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-03-12 06:22:12 348 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-03-12 06:22:12 348 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CommandStatus(UPDATE 1)
2022-03-12 06:22:12 348 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-03-12 06:22:12 348 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.updateEntity */ UPDATE ENGINE_ENTITY SET LASTMODIFIED = ? WHERE ID = ?] took 4 millis
2022-03-12 06:22:12 349 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@5b06efd0] released
2022-03-12 06:22:19 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@75c0cd39-EngineDActiveApp@6c2dd88b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@27a2dd28 on ManagedSelector@7577589{STARTED} id=0 keys=0 selected=0 updates=0
2022-03-12 06:22:19 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@75c0cd39-EngineDActiveApp@6c2dd88b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=0 selected=0 updates=1
2022-03-12 06:22:19 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:19 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/0 selected
2022-03-12 06:22:19 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:19 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:19 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@27a2dd28
2022-03-12 06:22:19 336 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@27a2dd28 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 336 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-03-12 06:22:19 336 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@6590bbd3
2022-03-12 06:22:19 336 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@75c0cd39-EngineDActiveApp@6c2dd88b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@5e7b0887 on ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-12 06:22:19 336 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=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@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-12 06:22:19 336 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-12 06:22:19 336 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@2d592ce8{AC.ReadCB@36cf5ef{HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@27a2dd28 startThread=0
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 1
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - wakeup on updates SelectorProducer@4dffa400
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@49fe6721{SSLC.NBReadCB@434ca231{SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/1 selected
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@5e7b0887
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@5e7b0887 startThread=0
2022-03-12 06:22:19 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 2 keys
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6f051905 on ManagedSelector@7577589{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/2 selected
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@5e7b0887 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6f051905
2022-03-12 06:22:19 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@27a2dd28 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-22] invocationID:{InvocationID} - SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 2 keys
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/2 selected
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-22] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@4314888c
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.126:9102 remote=/10.233.71.16:37876], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=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
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1851]@2022-03-12T06:22:19.339428Z
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@33820e3 offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1851]@2022-03-12T06:22:19.339512Z
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@80b4815 startThread=0
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1851]@2022-03-12T06:22:19.339614Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=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
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@49fe6721{SSLC.NBReadCB@434ca231{SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@33820e3 task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1852]@2022-03-12T06:22:19.339785Z
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@2d592ce8{AC.ReadCB@36cf5ef{HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-03-12 06:22:19 339 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@552455dd[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\t\xEa\xFd|~\xF6l"\xD2\xC5\x9aV?\x95...NOW:\xD23)\xB7 o\xF1\xC5;\xAft\x0b\xAd\xBaP\x17\xB3@N>>>\x8aV;T\x12U\xE7\xD9b...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1852]@2022-03-12T06:22:19.340408Z tryProduce true
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@80b4815 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_TASK,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 2 keys
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000} filled 0 HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000} parsed false HttpParser{s=START,0 of -1}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@2d592ce8{AC.ReadCB@36cf5ef{HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@49fe6721{SSLC.NBReadCB@434ca231{SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6f051905 on ManagedSelector@7577589{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/2 selected
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6f051905
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@6106c071 waiting
2022-03-12 06:22:19 342 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 2 keys
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-22] invocationID:{InvocationID} - new HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=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@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000},null,HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@80b4815 size 1 > capacity
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@80b4815 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-22] invocationID:{InvocationID} - New HTTP Connection HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-22] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=0}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onOpen SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=0}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onOpen HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - fillInterested HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@6320fec{AC.ReadCB@60abe9cc{HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=0}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-22] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=0}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/2 selected
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.io.FillInterest][dw-22] invocationID:{InvocationID} - interested FillInterest@39e8736f{SSLC.NBReadCB@73d972cb{SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.126:9102 remote=/10.233.71.16:37876], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@19f01b3 on ManagedSelector@7577589{STARTED} id=0 keys=2 selected=1 updates=0
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=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
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Created SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@5e7b0887 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1852]@2022-03-12T06:22:19.34447Z
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@6106c071 offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1852]@2022-03-12T06:22:19.344512Z
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@7c6702b1 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@7c6702b1 started
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@7c6702b1 waiting
2022-03-12 06:22:19 344 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@7c6702b1 startThread=0
2022-03-12 06:22:19 345 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@6106c071 task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1852]@2022-03-12T06:22:19.34514Z
2022-03-12 06:22:19 345 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1852]@2022-03-12T06:22:19.3452Z tryProduce true
2022-03-12 06:22:19 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:19 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@19f01b3
2022-03-12 06:22:19 345 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1852]@2022-03-12T06:22:19.345096Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=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
2022-03-12 06:22:19 345 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@49fe6721{SSLC.NBReadCB@434ca231{SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:19 345 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=0}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 345 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 345 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 2 keys
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/2 selected
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@2d592ce8{AC.ReadCB@36cf5ef{HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.126:9102 remote=/10.233.71.16:37878], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=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
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1853]@2022-03-12T06:22:19.346573Z
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 373 HeapByteBuffer@552455dd[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\t\xEa\xFd|~\xF6l"...i\x97:\xF2\xB5Am\x0b*\xC1(\x99\x82\x8e3CCh\x81\xD5+\x1f\x8b>>>y\xA1\xB8''\x7f\xCf\xA8\xF9...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=373
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@7c6702b1 offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1853]@2022-03-12T06:22:19.346673Z
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:19 346 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@2d58a517 startThread=0
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@2d58a517 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@552455dd[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\t\xEa\xFd|~\xF6l"\xD2\xC5\x9aV?\x95...i\x97:\xF2\xB5Am\x0b*\xC1(\x99\x82\x8e3CCh\x81\xD5+\x1f\x8b>>>y\xA1\xB8''\x7f\xCf\xA8\xF9...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@2d58a517 started
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@2d58a517 waiting
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@7c6702b1 task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1853]@2022-03-12T06:22:19.347244Z
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}][pc=0,pic=0,pec=24,epc=1853]@2022-03-12T06:22:19.347115Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=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
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1854]@2022-03-12T06:22:19.347326Z tryProduce true
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@39e8736f{SSLC.NBReadCB@73d972cb{SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 2 keys
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=4/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@6320fec{AC.ReadCB@60abe9cc{HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 347 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-12 06:22:19 348 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@3fe2b9e6[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03BW\xA4\x84[\x15\xA5\xEc\xD5C)\xB9\xAd....\x0c\xB2I\xCe\x13\xCf@\x8cJ\xB5$\x98&.|\x8d\xBb\xD2\xEa\xAe]|e>>>Z\x07\ra%I\x10F\x0b...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261
2022-03-12 06:22:19 348 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-03-12 06:22:19 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-12 06:22:19 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:19 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:19 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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
2022-03-12 06:22:19 349 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 349 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 350 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 373 HeapByteBuffer@3fe2b9e6[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03BW\xA4\x84[\x15\xA5\xEc...b\xEam\xE7\xDdfg\xA8\x86\r&\xEdO\xE1\xC7\xAbUK\xC5\xE3\x1b1\x03>>>X\x16\x83a\x11\xBb8x\xB6...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=373
2022-03-12 06:22:19 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 350 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3fe2b9e6[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03BW\xA4\x84[\x15\xA5\xEc\xD5C)\xB9\xAd....b\xEam\xE7\xDdfg\xA8\x86\r&\xEdO\xE1\xC7\xAbUK\xC5\xE3\x1b1\x03>>>X\x16\x83a\x11\xBb8x\xB6...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:19 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK
2022-03-12 06:22:19 354 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@6590bbd3
2022-03-12 06:22:19 356 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@4314888c
2022-03-12 06:22:19 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-12 06:22:19 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:19 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:19 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false
2022-03-12 06:22:19 358 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 358 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 358 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:19 358 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false
2022-03-12 06:22:19 359 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 359 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 359 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:19 359 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-03-12 06:22:19 359 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 359 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 359 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 359 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 359 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 222 HeapByteBuffer@552455dd[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005\xF0y&N3\xC8\xC4,>Py\x9a=\xAe0\x01\xC4d\x07I...\x91j\xCb\xF2\xF1A\x1a,\xA0]\x9a\xC6\xF1\x82\x9dZ\xA3o)x\xA6\xBe\xF4>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=222
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:19 360 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:19 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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
2022-03-12 06:22:19 361 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:19 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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
2022-03-12 06:22:19 361 DEBUG [jdk.event.security][dw-26] invocationID:{InvocationID} -  TLSHandshake: 10.233.71.16:37876, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-03-12 06:22:19 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#7N\x982...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 361 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:19 361 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - handshake succeeded SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=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
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@552455dd[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...\xB4\xEc\x0cY\x9c\xB1i<<<\x17\x03\x03\x00\x9f\x1f\x85\xFf\xA0\x1e\xBd\xB2\xB9\xF6\xCa\x84\xC5t\x90=\xDc\xE8l(\x11...\x91j\xCb\xF2\xF1A\x1a,\xA0]\x9a\xC6\xF1\x82\x9dZ\xA3o)x\xA6\xBe\xF4>>>\x02\x03\x01\x00,\x00E\x00C...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\xAe&\x12\x99x.Ln)...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\xAe&\x12\x99x.Ln)...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3fe2b9e6[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x005\x14\x00\x00 ...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 362 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=19/30000} filled 0 HeapByteBuffer@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=19/30000} parse HeapByteBuffer@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x00\xA1\x02\x00\x00\x9d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=19/30000} parsed false HttpParser{s=START,0 of -1}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=19/30000}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=19/30000}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=20/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@6320fec{AC.ReadCB@60abe9cc{HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=20/30000} filled 142 HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\xAe&\x12\x99x.Ln)...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - ensureFillInterested SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@39e8736f{SSLC.NBReadCB@73d972cb{SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=21/30000} parse HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\xAe&\x12\x99x.Ln)...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\xAe&\x12\x99x.Ln)...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - START --> SPACE1
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE1 --> URI
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - URI --> SPACE2
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@19f01b3 on ManagedSelector@7577589{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@6106c071 size 1 > capacity
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@6106c071 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-03-12 06:22:19 363 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/2 selected
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@19f01b3
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 2 keys
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER --> CONTENT
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/2 selected
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - REQUEST for //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.71.126:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.126:9102 remote=/10.233.71.16:37878], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=22/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=22/30000}
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - handle //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - handling HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-26] invocationID:{InvocationID} - Host 10.233.71.126 with SNI null
2022-03-12 06:22:19 364 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=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
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26] invocationID:{InvocationID} - GzipHandler@7bb25046{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck)@15999b02 in null
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1854]@2022-03-12T06:22:19.36513Z
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@3901f6af{/,null,AVAILABLE}
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@3901f6af{/,null,AVAILABLE}
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@2d58a517 offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1854]@2022-03-12T06:22:19.365261Z
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - chain=logFilter@b267745==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-26679788@26679788==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5bad555b@5bad555b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter logFilter@b267745==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-03-12 06:22:19 365 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Entering.
2022-03-12 06:22:19 365 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-03-12 06:22:19 365 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: d032fe76-f1c6-492e-b1a3-5796a6d4be9e
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@4ab826b5 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@4ab826b5 started
2022-03-12 06:22:19 365 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Invoking synchronously ... 
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@4ab826b5 waiting
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-26679788@26679788==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@4ab826b5 startThread=0
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5bad555b@5bad555b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@2d58a517 task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1854]@2022-03-12T06:22:19.365731Z
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1854]@2022-03-12T06:22:19.365648Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=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
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1854]@2022-03-12T06:22:19.365822Z tryProduce true
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 365 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 366 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 2 keys
2022-03-12 06:22:19 366 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@39e8736f{SSLC.NBReadCB@73d972cb{SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:19 366 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 366 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 366 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@6320fec{AC.ReadCB@60abe9cc{HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}}}
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@7bb25046{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck)@15999b02
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@72f29f8 exclude no deflater
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@93c573b[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@7a38fbb1{null}
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
200 OK HTTP/1.1
Connection: close
Date: Sat, 12 Mar 2022 06:22:19 GMT
X-TransactionID: d032fe76-f1c6-492e-b1a3-5796a6d4be9e
X-InvocationID: bfa5c0f2-f77b-44ad-b1b1-d3cb8fe0a7e9
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@23203e7f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5d3eb30a] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@93c573b[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 12 Mar 2022 06:22:19 GMT
X-TransactionID: d032fe76-f1c6-492e-b1a3-5796a6d4be9e
X-InvocationID: bfa5c0f2-f77b-44ad-b1b1-d3cb8fe0a7e9
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@23203e7f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5d3eb30a] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@3650b219{IDLE}->null [HeapByteBuffer@32e9e365[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@93c573b[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3650b219{WRITING}->null:IDLE-->WRITING
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=25/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=COMPLETING}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=3}
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@32e9e365[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@93c573b[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-03-12 06:22:19 367 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-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
2022-03-12 06:22:19 368 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=26/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=COMPLETING}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-12 06:22:19 368 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 368 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=26/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=COMPLETING}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
2022-03-12 06:22:19 368 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@3650b219{WRITING}->null
2022-03-12 06:22:19 368 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@3650b219{IDLE}->null:WRITING-->IDLE
2022-03-12 06:22:19 368 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@23203e7f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5d3eb30a] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-12 06:22:19 369 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@23203e7f[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5d3eb30a] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-12 06:22:19 369 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=26/30000}
2022-03-12 06:22:19 369 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=26/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5} oshut=false, ishut=false
2022-03-12 06:22:19 369 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 222 HeapByteBuffer@3dd2b51e[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005\x9c9\xE4c\xF9\xEe\x17i\xFae_\xB8\\\xA2\xF3\x8e\x08\x93=\xEe...:;\x08"\n5\x8b3H\xE7b\x07\xB0\x9d\x7f\xE7U\xE3\xB3\xB7\x0b&\xF4>>>\x90T2q\xB4\xE5\x8bO\x9c...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 369 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=222
2022-03-12 06:22:19 369 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-12 06:22:19 369 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:19 369 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:19 369 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-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
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=28/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=28/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@49fe6721{SSLC.NBReadCB@434ca231{SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=28/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}}}
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=28/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@6f051905 on ManagedSelector@7577589{STARTED} id=0 keys=2 selected=0 updates=0
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=2 selected=0 updates=1
2022-03-12 06:22:19 370 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=6abf7d7b-b60e-4cb4-8d80-f1d155755aea, referenceCounter=0, store size=0} on thread dw-26 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/2 selected
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:19 370 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@6f051905
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:19 371 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Exiting.
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 2 keys
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/2 selected
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@754d8af8{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@754d8af8{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - completed HttpChannelState@754d8af8{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@754d8af8{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@754d8af8{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.126:9102 remote=/10.233.71.16:37876], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7} 
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - recycle HttpChannelState@754d8af8{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5acfeaea{s=END}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=7}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=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
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP
10.233.71.16 - - [12/Mar/2022:06:22:19 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 7
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 24 HeapByteBuffer@3fe2b9e6[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x94\xF5=\xB5\x93\xAa\xAd\xF0\n\x87\xF8Q\x7f\xC4\x91\xE3o\xBd\xDc>>>\xEc\xD5C)\xB9\xAd.\xF0\xBb...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=24
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA2\x14,\x8d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA2\x14,\x8d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1855]@2022-03-12T06:22:19.372052Z
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@4ab826b5 offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1855]@2022-03-12T06:22:19.37216Z
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=29/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=29/30000} filled -1 HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA2\x14,\x8d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@4ce8aace startThread=0
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@4ce8aace in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@4ce8aace started
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@4ce8aace waiting
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - shutdownOutput: SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=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
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1855]@2022-03-12T06:22:19.37233Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=30/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=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
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - ensureFillInterested SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@49fe6721{SSLC.NBReadCB@434ca231{SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - doClose SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@49fe6721{null}
2022-03-12 06:22:19 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@2d592ce8{null}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@2d592ce8{null} lost race null
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup ManagedSelector@7577589{STARTED} id=0 keys=2 selected=1 updates=0
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@4ab826b5 task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1856]@2022-03-12T06:22:19.373023Z
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@b083211 startThread=0
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1856]@2022-03-12T06:22:19.373134Z tryProduce true
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@2d592ce8{null}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000} parse HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA2\x14,\x8d...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@552455dd[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA2\x14,\x8d...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@b083211 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000} onFillable exit HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - /10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@2d58a517 size 1 > capacity
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose HttpConnection@36cf5ef::DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@2d58a517 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 373 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@33820e3 size 1 > capacity
2022-03-12 06:22:19 374 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@33820e3 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 375 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-22] invocationID:{InvocationID} - onClose SslConnection@434ca231::SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=31/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 375 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 375 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@b083211 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 375 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Ignoring key update for concurrently closed channel SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=33/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 375 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=33/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 376 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@359461bf{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=3/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@434ca231{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@63429477{/10.233.71.16:37876<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=33/30000}=>HttpConnection@36cf5ef[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5acfeaea{s=START}]=>HttpChannelOverHttp@4589704{s=HttpChannelState@754d8af8{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 376 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 2 keys
2022-03-12 06:22:19 377 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} -  TLSHandshake: 10.233.71.16:37878, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-03-12 06:22:19 377 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 377 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=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
2022-03-12 06:22:19 377 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-12 06:22:19 377 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3dd2b51e[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...\xCe\xB6\x9aT\xE8\xB2\xC2<<<\x17\x03\x03\x00\x9f\xAdo\x0fI\xF4\x87\xFek\xD9\x81\xE3\xA0\x0e\xD7\x82hK\xE4\xC3\xF1...:;\x08"\n5\x8b3H\xE7b\x07\xB0\x9d\x7f\xE7U\xE3\xB3\xB7\x0b&\xF4>>>\x90T2q\xB4\xE5\x8bO\x9c...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\xAe&\x12\x99x.Ln)...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\xAe&\x12\x99x.Ln)...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=START,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=15/30000} filled 142 HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\xAe&\x12\x99x.Ln)...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\xAe&\x12\x99x.Ln)...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>\xAe&\x12\x99x.Ln)...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-03-12 06:22:19 378 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.71.126:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=16/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=16/30000}
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-12 06:22:19 379 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-03-12 06:22:19 380 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.71.126 with SNI null
2022-03-12 06:22:19 380 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-03-12 06:22:19 380 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@7bb25046{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck)@5903d732 in null
2022-03-12 06:22:19 380 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@3901f6af{/,null,AVAILABLE}
2022-03-12 06:22:19 380 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@3901f6af{/,null,AVAILABLE}
2022-03-12 06:22:19 381 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:19 381 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=logFilter@b267745==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-26679788@26679788==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5bad555b@5bad555b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:19 381 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter logFilter@b267745==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-03-12 06:22:19 381 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering.
2022-03-12 06:22:19 381 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-03-12 06:22:19 381 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 6ba01869-8cc0-451b-a6ef-347c83cbbb6a
2022-03-12 06:22:19 382 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 
2022-03-12 06:22:19 382 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-26679788@26679788==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-03-12 06:22:19 382 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5bad555b@5bad555b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-03-12 06:22:19 382 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:19 384 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@7bb25046{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck)@5903d732
2022-03-12 06:22:19 384 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@12ef1645 exclude no deflater
2022-03-12 06:22:19 384 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@7944d394[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@3d722487{null}
2022-03-12 06:22:19 384 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
200 OK HTTP/1.1
Connection: close
Date: Sat, 12 Mar 2022 06:22:19 GMT
X-TransactionID: 6ba01869-8cc0-451b-a6ef-347c83cbbb6a
X-InvocationID: 5beda011-67db-42fc-a54c-95f6eae46b9a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@7a8fde5c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@10b8b276] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@7944d394[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 12 Mar 2022 06:22:19 GMT
X-TransactionID: 6ba01869-8cc0-451b-a6ef-347c83cbbb6a
X-InvocationID: 5beda011-67db-42fc-a54c-95f6eae46b9a
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@7a8fde5c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@10b8b276] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4f3f1b86{IDLE}->null [HeapByteBuffer@32e9e365[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@7944d394[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4f3f1b86{WRITING}->null:IDLE-->WRITING
2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=15/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=22/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=COMPLETING}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@32e9e365[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@7944d394[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-03-12 06:22:19 385 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-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
2022-03-12 06:22:19 387 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=17/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=COMPLETING}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:19 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 387 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=24/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=COMPLETING}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-12 06:22:19 388 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4f3f1b86{WRITING}->null
2022-03-12 06:22:19 388 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4f3f1b86{IDLE}->null:WRITING-->IDLE
2022-03-12 06:22:19 388 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@7a8fde5c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@10b8b276] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-12 06:22:19 388 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@7a8fde5c[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@10b8b276] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-12 06:22:19 388 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=25/30000}
2022-03-12 06:22:19 388 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9} oshut=false, ishut=false
2022-03-12 06:22:19 389 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=26/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=10}
2022-03-12 06:22:19 389 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:19 389 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:19 389 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-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
2022-03-12 06:22:19 390 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=11}
2022-03-12 06:22:19 390 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:19 390 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=11}
2022-03-12 06:22:19 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=27/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=11}
2022-03-12 06:22:19 391 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=28/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-03-12 06:22:19 391 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@39e8736f{SSLC.NBReadCB@73d972cb{SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=28/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}}}
2022-03-12 06:22:19 391 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=28/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=12}
2022-03-12 06:22:19 392 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@19f01b3 on ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-12 06:22:19 392 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-12 06:22:19 392 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:19 392 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/1 selected
2022-03-12 06:22:19 392 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:19 392 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:19 392 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@19f01b3
2022-03-12 06:22:19 393 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=30/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=14}
2022-03-12 06:22:19 393 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 393 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:19 393 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/1 selected
2022-03-12 06:22:19 393 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:19 393 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.126:9102 remote=/10.233.71.16:37878], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=30/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=14} 
2022-03-12 06:22:19 394 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=30/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=14}
2022-03-12 06:22:19 394 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=5968b512-341f-419c-9d4b-04a6385e106d, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-03-12 06:22:19 394 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=31/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@63c19c46{s=END}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=15}:runFillable:BLOCKING
2022-03-12 06:22:19 394 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting.
2022-03-12 06:22:19 394 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=15}
2022-03-12 06:22:19 394 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@70cc088e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-03-12 06:22:19 394 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1856]@2022-03-12T06:22:19.394799Z
2022-03-12 06:22:19 394 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@70cc088e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:19 394 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=15}
2022-03-12 06:22:19 394 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - completed HttpChannelState@70cc088e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@70cc088e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@70cc088e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=16}
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - onCompleted for /api/holmes-engine-mgmt/v1/healthcheck written=4
10.233.71.16 - - [12/Mar/2022:06:22:19 +0000] "GET /api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 16
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - recycle HttpChannelState@70cc088e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1}
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CONTENT --> CLOSE
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@4ce8aace offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1856]@2022-03-12T06:22:19.395612Z
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=4/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=32/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 24 HeapByteBuffer@3dd2b51e[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xE9r\x87B\x99\xB3\xE4\x8f\xF8\xEc?\xEag\xB7\x1ap&\x03z>>>>\xC6PNU?\x0fe0...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 395 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=24
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=33/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1}
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@2e626d66 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=33/30000} filled -1 HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=33/30000}
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@2e626d66 startThread=0
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@2e626d66 started
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@2e626d66 waiting
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=33/30000}
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - shutdownOutput: SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=33/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=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
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - ensureFillInterested SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=33/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 396 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=33/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 397 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=33/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 397 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - doClose SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 397 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@39e8736f{SSLC.NBReadCB@73d972cb{SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:19 397 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1856]@2022-03-12T06:22:19.396832Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=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
2022-03-12 06:22:19 397 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@39e8736f{null}
2022-03-12 06:22:19 397 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillableFail SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=34/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 397 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onFail FillInterest@6320fec{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:214)
	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$2.run(ChannelEndPoint.java:117)
	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)
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup ManagedSelector@7577589{STARTED} id=0 keys=1 selected=1 updates=0
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@18a3dc4b in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@39e8736f{null} lost race null
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@4ce8aace task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1857]@2022-03-12T06:22:19.398239Z
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1857]@2022-03-12T06:22:19.398317Z tryProduce true
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-25] invocationID:{InvocationID} - onClose SslConnection@73d972cb::SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Ignoring key update for concurrently closed channel SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@18a3dc4b in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@18a3dc4b startThread=0
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - onClose FillInterest@6320fec{null}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000} parse HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - CLOSE --> CLOSED
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000} parsed false HttpParser{s=CLOSED,0 of -1}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000}
2022-03-12 06:22:19 398 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@60abe9cc::DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000} onFillable exit HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:19 399 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@43a6802c{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 399 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:19 399 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - /10.233.71.126:9102,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@73d972cb{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@79c515b{/10.233.71.16:37878<->/10.233.71.126:9102,CLOSED,fill=-,flush=-,to=35/30000}=>HttpConnection@60abe9cc[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@63c19c46{s=START}]=>HttpChannelOverHttp@1525664{s=HttpChannelState@70cc088e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:19 399 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@7c6702b1 size 1 > capacity
2022-03-12 06:22:19 399 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@7c6702b1 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:19 399 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@4ab826b5 size 1 > capacity
2022-03-12 06:22:19 399 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@4ab826b5 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:21 588 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - KeepAlive stream used: http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup86c94c59-f7e2-4755-9efd-b4f37df3b4cc/homles86c94c59-f7e2-4755-9efd-b4f37df3b4cc?timeout=15000
2022-03-12 06:22:21 588 DEBUG [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - sun.net.www.MessageHeader@26117ff313 pairs: {null: HTTP/1.1 200 OK}{Date: Sat, 12 Mar 2022 06:22:06 GMT}{Cache-Control: no-store, no-cache, must-revalidate}{Pragma: no-cache}{Expires: 0}{Content-Type: application/json}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{breadcrumbId: ID-onap-message-router-0-message-router-onap-svc-cluster-local-1647061882734-0-28139}{timeout: 15000}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{X-CSI-Internal-WriteableRequest: true}{Content-Length: 2}{Server: Jetty(9.4.z-SNAPSHOT)}
2022-03-12 06:22:21 591 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory
2022-03-12 06:22:21 591 DEBUG [org.jvnet.hk2.logger][Thread-15] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_142,143,872999862)
2022-03-12 06:22:21 593 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][Thread-15] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20.
2022-03-12 06:22:21 624 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable
2022-03-12 06:22:21 624 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable
2022-03-12 06:22:21 624 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable
2022-03-12 06:22:21 630 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable
2022-03-12 06:22:21 630 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable
2022-03-12 06:22:21 631 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable
2022-03-12 06:22:21 631 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable
2022-03-12 06:22:21 631 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable
2022-03-12 06:22:21 634 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_137,138,1887787105)
2022-03-12 06:22:21 634 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_137,138,1887787105) has been shutdown
2022-03-12 06:22:21 637 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-12 06:22:21 638 TRACE [org.glassfish.jersey.internal.ServiceFinder][Thread-15] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider
2022-03-12 06:22:21 640 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][Thread-15] invocationID:{InvocationID} - System properties configuration provider not allowed
2022-03-12 06:22:21 645 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][Thread-15] invocationID:{InvocationID} - null
java.lang.reflect.InvocationTargetException: null
	at java.base/jdk.internal.reflect.GeneratedMethodAccessor43.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.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174)
	at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124)
	at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447)
	at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317)
	at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807)
	at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219)
	at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610)
	at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192)
	at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36)
	at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.getDMaaPData(Subscriber.java:85)
	at org.onap.holmes.dsa.dmaappolling.Subscriber.subscribe(Subscriber.java:69)
	at org.onap.holmes.engine.dmaap.DMaaPAlarmPolling.run(DMaaPAlarmPolling.java:49)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial
	at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source)
	at java.naming/javax.naming.InitialContext.lookup(Unknown Source)
	... 18 common frames omitted
2022-03-12 06:22:21 646 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][Thread-15] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation.
2022-03-12 06:22:21 647 INFO  [org.glassfish.jersey.process.internal.ExecutorProviders][Thread-15] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation.
2022-03-12 06:22:21 649 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_141,142,102669858)
2022-03-12 06:22:21 649 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_141,142,102669858) has been shutdown
2022-03-12 06:22:21 655 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_138,139,1330490377)
2022-03-12 06:22:21 655 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_138,139,1330490377) has been shutdown
2022-03-12 06:22:21 659 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_140,141,603755703)
2022-03-12 06:22:21 660 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_140,141,603755703) has been shutdown
2022-03-12 06:22:21 662 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_139,140,1841342794)
2022-03-12 06:22:21 662 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_139,140,1841342794) has been shutdown
2022-03-12 06:22:21 666 INFO  [org.glassfish.jersey.client.internal.HttpUrlConnector][Thread-15] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed).
2022-03-12 06:22:21 667 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - ProxySelector Request for http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup86c94c59-f7e2-4755-9efd-b4f37df3b4cc/homles86c94c59-f7e2-4755-9efd-b4f37df3b4cc?timeout=15000
2022-03-12 06:22:21 667 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - KeepAlive stream retrieved from the cache, sun.net.www.http.HttpClient(http://message-router.onap:3904/events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup86c94c59-f7e2-4755-9efd-b4f37df3b4cc/homles86c94c59-f7e2-4755-9efd-b4f37df3b4cc?timeout=15000)
2022-03-12 06:22:21 667 TRACE [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - Proxy used: DIRECT
2022-03-12 06:22:21 668 DEBUG [sun.net.www.protocol.http.HttpURLConnection][Thread-15] invocationID:{InvocationID} - sun.net.www.MessageHeader@459cdb345 pairs: {GET /events/unauthenticated.SEC_FAULT_OUTPUT/homlesGroup86c94c59-f7e2-4755-9efd-b4f37df3b4cc/homles86c94c59-f7e2-4755-9efd-b4f37df3b4cc?timeout=15000 HTTP/1.1: null}{User-Agent: Jersey/2.30.1 (HttpUrlConnection 11.0.6)}{Host: message-router.onap:3904}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive}
2022-03-12 06:22:27 340 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@3990bea4] obtained in 0 millis
2022-03-12 06:22:27 341 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@4019c11a, maxRows=1, fetchSize=0, flags=16
2022-03-12 06:22:27 341 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_1,portal=null,$1=<'10.233.71.126_9201'>,type=VARCHAR)
2022-03-12 06:22:27 341 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=1)
2022-03-12 06:22:27 341 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-03-12 06:22:27 343 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-03-12 06:22:27 344 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE DataRow(len=41)
2022-03-12 06:22:27 344 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE PortalSuspended
2022-03-12 06:22:27 344 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-03-12 06:22:27 344 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getEntity */ SELECT * FROM ENGINE_ENTITY WHERE ID = ?] took 2 millis
2022-03-12 06:22:27 344 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getString columnIndex: 2
2022-03-12 06:22:27 344 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getInt columnIndex: 3
2022-03-12 06:22:27 344 TRACE [org.postgresql.jdbc.PgConnection][EntityStatusRefreshTimer] invocationID:{InvocationID} -   getLong columnIndex: 4
2022-03-12 06:22:27 344 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@3990bea4] released
2022-03-12 06:22:27 344 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1fb9c2b8] obtained in 0 millis
2022-03-12 06:22:27 345 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -   simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@61a35f7c, maxRows=0, fetchSize=0, flags=16
2022-03-12 06:22:27 345 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Bind(stmt=S_2,portal=null,$1=<1647066147340>,type=INT8,$2=<'10.233.71.126_9201'>,type=VARCHAR)
2022-03-12 06:22:27 345 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Execute(portal=null,limit=0)
2022-03-12 06:22:27 345 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  FE=> Sync
2022-03-12 06:22:27 347 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE BindComplete [unnamed]
2022-03-12 06:22:27 348 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE CommandStatus(UPDATE 1)
2022-03-12 06:22:27 348 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EntityStatusRefreshTimer] invocationID:{InvocationID} -  <=BE ReadyForQuery(I)
2022-03-12 06:22:27 348 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.updateEntity */ UPDATE ENGINE_ENTITY SET LASTMODIFIED = ? WHERE ID = ?] took 2 millis
2022-03-12 06:22:27 348 TRACE [org.skife.jdbi.v2.DBI][EntityStatusRefreshTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1fb9c2b8] released
2022-03-12 06:22:29 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@75c0cd39-EngineDActiveApp@6c2dd88b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ManagedSelector$Accept@d8735e2 on ManagedSelector@7577589{STARTED} id=0 keys=0 selected=0 updates=0
2022-03-12 06:22:29 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23-acceptor-0@75c0cd39-EngineDActiveApp@6c2dd88b{SSL,[ssl, http/1.1]}{0.0.0.0:9102}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=0 selected=0 updates=1
2022-03-12 06:22:29 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:29 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/0 selected
2022-03-12 06:22:29 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:29 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:29 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$Accept@d8735e2
2022-03-12 06:22:29 336 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$Accept@d8735e2 startThread=0
2022-03-12 06:22:29 336 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:29 336 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:29 336 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$Accept@d8735e2 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:29 336 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms
2022-03-12 06:22:29 336 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@1f7661f
2022-03-12 06:22:29 336 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=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@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@2bb12754{AC.ReadCB@22041c8a{HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@29538ee4{SSLC.NBReadCB@36f6a254{SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2ab46d98 on ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/1 selected
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2ab46d98
2022-03-12 06:22:29 337 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$Accept@d8735e2 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:29 338 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:29 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:29 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/1 selected
2022-03-12 06:22:29 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:29 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.126:9102 remote=/10.233.71.16:38016], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-12 06:22:29 338 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 338 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=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
2022-03-12 06:22:29 338 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1857]@2022-03-12T06:22:29.338863Z
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@2e626d66 offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1857]@2022-03-12T06:22:29.339065Z
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@1f34e1da startThread=0
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@2e626d66 task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1857]@2022-03-12T06:22:29.339265Z
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1857]@2022-03-12T06:22:29.33937Z tryProduce true
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-22] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@1f34e1da in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1857]@2022-03-12T06:22:29.33946Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=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
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@1f34e1da started
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@1f34e1da waiting
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@29538ee4{SSLC.NBReadCB@36f6a254{SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:29 339 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 340 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@2bb12754{AC.ReadCB@22041c8a{HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}}}
2022-03-12 06:22:29 340 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:29 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-12 06:22:29 340 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 261 HeapByteBuffer@3dd2b51e[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xBd8\xFe%\x0c!6\xB49\x9e\xDdg\xE15...\x86\xE7p\x9a\xCc\xF6\xCb\x14\xF8\xDd\xF8\xA5\x02U7\x85\xF5\xF8\xE3\xA7,y/>>>\x010+\xD8\xC4m\x80`#...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=261
2022-03-12 06:22:29 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill starting handshake SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK
2022-03-12 06:22:29 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 6 HeapByteBuffer@3dd2b51e[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xBd8\xFe%...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=6
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:29 343 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 367 HeapByteBuffer@3dd2b51e[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xBd8\xFe%\x0c!6\xB49\x9e\xDdg\xE15...D:\xC7\x87x\xA0\x04\x14\x9e8\xEc\xFff(\xA5u\x91\xB02\xB3\xAa\x90\xCa>>>\t\x92\xFb\x0fT\xE9\xC9\x14]...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=367
2022-03-12 06:22:29 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK
2022-03-12 06:22:29 347 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-21] invocationID:{InvocationID} - Chose alias holmes-engine-mgmt@holmes-engine-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@1f7661f
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 350 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:29 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:29 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2699 sequenceNumber = 0 [p=0,l=2699,c=17408,r=2699] ioDone=false/false
2022-03-12 06:22:29 351 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 2699 SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:29 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:29 351 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:29 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 351 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3dd2b51e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=14/30000} filled 0 HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=START,0 of -1}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=15/30000}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - fillInterested HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=15/30000}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@2bb12754{AC.ReadCB@22041c8a{HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}}}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 352 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 353 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@29538ee4{SSLC.NBReadCB@36f6a254{SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:29 353 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 353 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2ab46d98 on ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-12 06:22:29 353 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-12 06:22:29 353 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000} onFillable exit HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:29 353 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 353 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@4ce8aace size 1 > capacity
2022-03-12 06:22:29 353 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@4ce8aace in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}]
2022-03-12 06:22:29 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:29 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/1 selected
2022-03-12 06:22:29 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:29 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:29 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2ab46d98
2022-03-12 06:22:29 354 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:29 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:29 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/1 selected
2022-03-12 06:22:29 354 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.71.126:9102 remote=/10.233.71.16:38016], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=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
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0} tryExecute EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1858]@2022-03-12T06:22:29.355466Z
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}@1f34e1da offer EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=0}][pc=0,pic=0,pec=24,epc=1858]@2022-03-12T06:22:29.355595Z
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=0/1,p=1} startReservedThread p=1
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@68499670 startThread=0
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}][pc=0,pic=0,pec=24,epc=1858]@2022-03-12T06:22:29.355736Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=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
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}@68499670 in InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=0/1,p=1}]
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=1}@68499670 started
2022-03-12 06:22:29 355 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@68499670 waiting
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@29538ee4{SSLC.NBReadCB@36f6a254{SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}}
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-22] invocationID:{InvocationID} - ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}@1f34e1da task=EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1859]@2022-03-12T06:22:29.356045Z
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-22] invocationID:{InvocationID} - EatWhatYouKill@6ee1ddcf/SelectorProducer@4dffa400/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@21698e5a{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@4ebd8d2{s=1/1,p=0}][pc=0,pic=0,pec=24,epc=1859]@2022-03-12T06:22:29.356102Z tryProduce true
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 0
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@2bb12754{AC.ReadCB@22041c8a{HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=FI,flush=-,to=4/30000}}}
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 356 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP
2022-03-12 06:22:29 357 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 222 HeapByteBuffer@3dd2b51e[p=0,l=222,c=17408,r=222]={<<<\x17\x03\x03\x005\x0b\x94\xD1\x02\xAf\xD0\xE6\xF6\xE8\x0b\x88S\x7f\xD8\xAb\xEa\xC1q\x88\x1a...-\xA4L\x9e\x12\x9e\xBb\xEa\x1f\x07\x1az0\xEe\x99\xFf\x1dI\x96\xA4\xF9\x86\x85>>>E\x00C\x13\x01\x8fn\xD5\xF5...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 357 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=222
2022-03-12 06:22:29 363 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} -  TLSHandshake: 10.233.71.16:38016, TLSv1.3, TLS_AES_128_GCM_SHA256, 0
2022-03-12 06:22:29 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=222 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=222,c=17408,r=164] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00##\xA5\x0ep...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=164/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=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
2022-03-12 06:22:29 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING
2022-03-12 06:22:29 364 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@3dd2b51e[p=58,l=222,c=17408,r=164]={\x17\x03\x03\x005\x14\x00\x00 ...\x05\xDc\x88\x89u~\xA4<<<\x17\x03\x03\x00\x9f}\xEd\x05e\x00U\x99'\x03P\xB9\xE6\xDbN\xC5_ *\x94\x1a...-\xA4L\x9e\x12\x9e\xBb\xEa\x1f\x07\x1az0\xEe\x99\xFf\x1dI\x96\xA4\xF9\x86\x85>>>E\x00C\x13\x01\x8fn\xD5\xF5...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0
2022-03-12 06:22:29 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 164 bytesProduced = 142 encryptedBuffer=[p=222,l=222,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>C\xFb\x93n\x8a]~\xC6\xC7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>C\xFb\x93n\x8a]~\xC6\xC7...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 364 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@22041c8a[p=HttpParser{s=START,0 of -1},g=HttpGenerator@79aa1793{s=START}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=12/30000} filled 142 HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>C\xFb\x93n\x8a]~\xC6\xC7...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>C\xFb\x93n\x8a]~\xC6\xC7...\x00\x00\x00\x00\x00\x00\x00} {}
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3d0cd5b7[p=0,l=142,c=17408,r=142]={<<>>C\xFb\x93n\x8a]~\xC6\xC7...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
GET //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck HTTP/1.1
Host: 10.233.71.126:9102
User-Agent: kube-probe/1.22
Accept: */*
Connection: close


2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=12/30000} parsed true HttpParser{s=CONTENT,0 of -1}
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@22041c8a::DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=13/30000}
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0} 
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@78d6f8a9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0}
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=0}
2022-03-12 06:22:29 365 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.71.126 with SNI null
2022-03-12 06:22:29 366 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=1}
2022-03-12 06:22:29 366 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@7bb25046{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck)@29cb55fa in null
2022-03-12 06:22:29 366 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@3901f6af{/,null,AVAILABLE}
2022-03-12 06:22:29 366 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-engine-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@3901f6af{/,null,AVAILABLE}
2022-03-12 06:22:29 366 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-engine-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:29 366 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=logFilter@b267745==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-26679788@26679788==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5bad555b@5bad555b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:29 366 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter logFilter@b267745==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true
2022-03-12 06:22:29 366 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering.
2022-03-12 06:22:29 366 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation.
2022-03-12 06:22:29 366 INFO  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 5aae8aaa-348c-4850-a98a-de585a5747cb
2022-03-12 06:22:29 366 WARN  [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 
2022-03-12 06:22:29 366 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-26679788@26679788==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true
2022-03-12 06:22:29 366 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5bad555b@5bad555b==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true
2022-03-12 06:22:29 366 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-2d3eecda@a4011d7d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true
2022-03-12 06:22:29 369 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@7bb25046{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.71.126:9102/api/holmes-engine-mgmt/v1/healthcheck)@29cb55fa
2022-03-12 06:22:29 369 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@7b52eb36 exclude no deflater
2022-03-12 06:22:29 369 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@13ca8956[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@37147749{null}
2022-03-12 06:22:29 369 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-engine-mgmt/v1/healthcheck on HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=4}
200 OK HTTP/1.1
Connection: close
Date: Sat, 12 Mar 2022 06:22:29 GMT
X-TransactionID: 5aae8aaa-348c-4850-a98a-de585a5747cb
X-InvocationID: f5fa86a2-b0e2-4d7e-8d59-5052e31667b8
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-12 06:22:29 369 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@448380d4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2864d829] (null,[p=0,l=4,c=8192,r=4],true)@START
2022-03-12 06:22:29 369 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@13ca8956[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 369 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close
Date: Sat, 12 Mar 2022 06:22:29 GMT
X-TransactionID: 5aae8aaa-348c-4850-a98a-de585a5747cb
X-InvocationID: f5fa86a2-b0e2-4d7e-8d59-5052e31667b8
Content-Length: 4
Content-Type: text/plain
Vary: Accept-Encoding


2022-03-12 06:22:29 369 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT
2022-03-12 06:22:29 369 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@448380d4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2864d829] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING
2022-03-12 06:22:29 369 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@6f23744a{IDLE}->null [HeapByteBuffer@32e9e365[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@13ca8956[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}]
2022-03-12 06:22:29 370 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6f23744a{WRITING}->null:IDLE-->WRITING
2022-03-12 06:22:29 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=17/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=COMPLETING}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-12 06:22:29 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@32e9e365[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@13ca8956[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}
2022-03-12 06:22:29 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING
2022-03-12 06:22:29 370 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-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
2022-03-12 06:22:29 370 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=12/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=18/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=COMPLETING}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=5}
2022-03-12 06:22:29 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:29 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=W,to=18/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=COMPLETING}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6}
2022-03-12 06:22:29 371 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@6f23744a{WRITING}->null
2022-03-12 06:22:29 371 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6f23744a{IDLE}->null:WRITING-->IDLE
2022-03-12 06:22:29 371 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@448380d4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2864d829] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-12 06:22:29 371 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@448380d4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2864d829] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END
2022-03-12 06:22:29 371 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=18/30000}
2022-03-12 06:22:29 371 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=18/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=END}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=6} oshut=false, ishut=false
2022-03-12 06:22:29 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=19/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=END}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:29 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@638cd1ca[p=0,l=0,c=0,r=0]={<<<>>>}
2022-03-12 06:22:29 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP
2022-03-12 06:22:29 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-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
2022-03-12 06:22:29 372 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=END}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:29 372 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true
2022-03-12 06:22:29 373 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=END}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=7}
2022-03-12 06:22:29 373 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - /10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=END}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-12 06:22:29 373 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=20/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=END}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-12 06:22:29 373 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@29538ee4{SSLC.NBReadCB@36f6a254{SslConnection@36f6a254::SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=END}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}}}
2022-03-12 06:22:29 373 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUTTING,fill=-,flush=-,to=21/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=END}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=8}
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change org.eclipse.jetty.io.ChannelEndPoint$1@2ab46d98 on ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=0
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@7577589{STARTED} id=0 keys=1 selected=0 updates=1
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken with none selected
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 0/0/1 selected
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 0 keys, 1 updates
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updateable 1
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$1@2ab46d98
2022-03-12 06:22:29 374 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=04ea2f69-dbb4-4dd1-9c85-710c48d12a79, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-engine-mgmt/v1/healthcheck
2022-03-12 06:22:29 374 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting.
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-22] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=21/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=END}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - updates 0
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a waiting with 1 keys
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a woken up from select, 1/1/1 selected
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@528e34a processing 1 keys, 0 updates
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@78d6f8a9{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1}
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@78d6f8a9{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1}
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9}
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.71.126:9102 remote=/10.233.71.16:38016], selector=sun.nio.ch.EPollSelectorImpl@528e34a, interestOps=1, readyOps=1 SocketChannelEndPoint@29f926c9{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@36f6a254{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18f94614{/10.233.71.16:38016<->/10.233.71.126:9102,OSHUT,fill=-,flush=-,to=21/30000}=>HttpConnection@22041c8a[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@79aa1793{s=END}]=>HttpChannelOverHttp@3204cc42{s=HttpChannelState@78d6f8a9{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.126:9102/api/holmes-engine-mgmt/v1/healthcheck,age=9} 
2022-03-12 06:22:29 374 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@78d6f8a9{s=HANDLING r